File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cloud_sql/postgres_instance_switchover/switchover_finish Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121#
2222# "No changes. Your infrastructure matches the configuration.
2323#
24- # Terraform has compared your real infrastructure against your configuration and found no differences,
24+ # Terraform has compared your real infrastructure against your configuration and found no differences,
2525# so no changes are needed.
2626#
2727# Apply complete! Resources: 0 added, 0 changed, 0 destroyed."
@@ -36,9 +36,9 @@ resource "google_sql_database_instance" "original-primary" {
3636 instance_type = " READ_REPLICA_INSTANCE"
3737 # Set master_instance_name to the the new primary instance, the old DR replica.
3838 master_instance_name = " postgres-dr-replica-instance"
39- # replica_names = [] # If you previously defined a replica_names field in your template, then delete the DR replica
40- # (new primary) from the list of replicas. Don't delete the entire replica_names field.
41- # Instead set the field to an empty string. For example, replica_names = [""].
39+ # replica_names = [] # If you previously defined a replica_names field in your template, then delete the DR replica
40+ # (new primary) from the list of replicas. Don't delete the entire replica_names field.
41+ # Instead set the field to an empty string. For example, replica_names = [""].
4242
4343 replication_cluster {
4444 # This instance no longer requires a designated DR replica since it's a replica.
You can’t perform that action at this time.
0 commit comments