From 1b03d83ff26234d26984d30bbfe7280cbea82f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Hu=CC=88bner?= Date: Mon, 3 Feb 2025 10:42:25 +0100 Subject: [PATCH] chore: cleanup code --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 619ed02..541e8ed 100644 --- a/main.tf +++ b/main.tf @@ -1,7 +1,7 @@ locals { - api = yamldecode(file("${path.module}/auth.yaml")) - zones = yamldecode(file("${path.module}/zones.yaml")) + api = yamldecode(file("${path.module}/auth.yaml")) + zones = yamldecode(file("${path.module}/zones.yaml")) zone_data = flatten([ for zone_name, records in local.zones : [