Skip to content

Commit 4713e77

Browse files
authored
lint: whitespace
1 parent 1f6fb3c commit 4713e77

File tree

1 file changed

+4
-4
lines changed
  • cloud_sql/postgres_instance_switchover/switchover_finish

1 file changed

+4
-4
lines changed

cloud_sql/postgres_instance_switchover/switchover_finish/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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.

0 commit comments

Comments
 (0)