Skip to content

Commit

Permalink
Merge pull request #557 from lsst/tickets/DM-45901b
Browse files Browse the repository at this point in the history
DM-45901: Make DNS zone name unique for each environment
  • Loading branch information
dhirving authored Jan 21, 2025
2 parents fc82953 + c3e2e82 commit 8aa7f97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment/deployments/science-platform/cloudsql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ moved {
}

resource "google_dns_managed_zone" "sql_private_zone" {
name = "sql-private-zone"
name = "sql-private-zone-${var.environment}"
dns_name = "rsp-sql-${var.environment}.internal."
description = "DNS Zone containing domain names used to access internal databases."

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ science_platform_db_maintenance_window_update_track = "canary"
science_platform_backups_enabled = true

# Increase this number to force Terraform to update the dev environment.
# Serial: 21
# Serial: 22
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ science_platform_db_maintenance_window_hour = 22
science_platform_backups_enabled = true

# Increase this number to force Terraform to update the int environment.
# Serial: 9
# Serial: 10

0 comments on commit 8aa7f97

Please sign in to comment.