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)}"