From 68d5b3e479f16e3dab714c9a949dfd1724fc6412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20H=C3=BCbner?= Date: Sat, 25 May 2024 15:32:36 +0200 Subject: [PATCH] chore: cleanup --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 5cb95a0..63b4bb1 100644 --- a/main.tf +++ b/main.tf @@ -27,6 +27,7 @@ data "cloudflare_zone" "zone" { for_each = local.zones name = each.key } + resource "cloudflare_record" "myrecord" { for_each = { for record in local.zone_data : "${record.record_type}${record.extra_data}-${record.record_name}.${record.zone_name}" => record }