Skip to content

Commit

Permalink
Merge pull request #184 from usegalaxy-eu/add_allow_overwrite_to_it_s…
Browse files Browse the repository at this point in the history
…ubdomain

Add allow_overwrite to the it-subdomain-main resource creation
  • Loading branch information
mira-miracoli authored Jan 18, 2024
2 parents 869d27b + 584bedb commit 4d62b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
Expand Down

0 comments on commit 4d62b43

Please sign in to comment.