Skip to content

Commit

Permalink
Update with earth-system IT subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam authored Oct 5, 2023
1 parent 0bd0f81 commit a1a38e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,15 @@ variable "it-subdomain" {
"singlecell.usegalaxy.eu",
"stats.usegalaxy.eu",
"streetscience.usegalaxy.eu",
"test.usegalaxy.eu"
"test.usegalaxy.eu",
"earth-system.usegalaxy.eu"
]
}

resource "aws_route53_record" "it-subdomain-main" {
# allow_overwrite = true
zone_id = var.zone_usegalaxy_eu
count = 25
count = 26
name = "*.interactivetoolentrypoint.interactivetool.${element(var.it-subdomain, count.index)}"
type = "CNAME"
ttl = "7200"
Expand Down

0 comments on commit a1a38e9

Please sign in to comment.