Skip to content

Commit

Permalink
Revert module name and increment serial to run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Sep 13, 2024
1 parent 7e74ba8 commit 08dcc58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment/deployments/science-platform/cloudsql/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Butler Registry Original. Conditionally enabled with enable_butler_registry variable. Remove after migration to Butler Registry DP02
module "butler_registry" {
module "private-postgres" {
source = "../../../../modules/cloudsql/postgres-private"
count = var.enable_butler_registry ? 1 : 0
authorized_networks = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,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: 17
# Serial: 18

0 comments on commit 08dcc58

Please sign in to comment.