Skip to content

Commit

Permalink
dedup resource names
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Nov 8, 2023
1 parent e40baf2 commit 1a0c861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/stacks/dns/production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "production_dns" {
remote_state_region = var.remote_state_region
}

module "test_cdn_dns" {
module "test_cdn_dns_production" {
source = "../../modules/test_cdn_dns"
route53_zone_id = aws_route53_zone.cloud_gov_zone.zone_id
test_cdn_domain = "fr.cloud.gov"
Expand Down
2 changes: 1 addition & 1 deletion terraform/stacks/dns/staging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "staging_dns" {
remote_state_region = var.remote_state_region
}

module "test_cdn_dns" {
module "test_cdn_dns_staging" {
source = "../../modules/test_cdn_dns"
route53_zone_id = aws_route53_zone.staging_zone.zone_id
test_cdn_domain = "fr-stage.cloud.gov"
Expand Down

0 comments on commit 1a0c861

Please sign in to comment.