From 584bedb7e1705c4cf3dbc077c6c1cf99a5ffed24 Mon Sep 17 00:00:00 2001 From: Sanjay Srikakulam Date: Thu, 4 Jan 2024 15:33:14 +0100 Subject: [PATCH] Add allow_overwrite to the it-subdomain-main resource creation --- dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.tf b/dns.tf index 98ab830f..751748f5 100644 --- a/dns.tf +++ b/dns.tf @@ -273,7 +273,7 @@ variable "it-subdomain" { } resource "aws_route53_record" "it-subdomain-main" { - # allow_overwrite = true + allow_overwrite = true zone_id = var.zone_usegalaxy_eu count = 26 name = "*.interactivetoolentrypoint.interactivetool.${element(var.it-subdomain, count.index)}"