Skip to content

Commit 1f6fb3c

Browse files
authored
lint: whitespace
1 parent 69a7d11 commit 1f6fb3c

File tree

1 file changed

+5
-5
lines changed
  • cloud_sql/mysql_instance_switchover/switchover_finish

1 file changed

+5
-5
lines changed

cloud_sql/mysql_instance_switchover/switchover_finish/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323
# "No changes. Your infrastructure matches the configuration.
2424
#
25-
# Terraform has compared your real infrastructure against your configuration and found no differences,
25+
# Terraform has compared your real infrastructure against your configuration and found no differences,
2626
# so no changes are needed.
2727
#
2828
# Apply complete! Resources: 0 added, 0 changed, 0 destroyed."
@@ -37,9 +37,9 @@ resource "google_sql_database_instance" "original-primary" {
3737
instance_type = "READ_REPLICA_INSTANCE"
3838
# Set master_instance_name to the the new primary instance, the old DR replica.
3939
master_instance_name = "mysql-dr-replica-instance"
40-
# replica_names = [] # If you previously defined a replica_names field in your template, then delete the DR replica
41-
# (new primary) from the list of replicas. Don't delete the entire replica_names field.
42-
# Instead set the field to an empty string. For example, replica_names = [""].
40+
# replica_names = [] # If you previously defined a replica_names field in your template, then delete the DR replica
41+
# (new primary) from the list of replicas. Don't delete the entire replica_names field.
42+
# Instead set the field to an empty string. For example, replica_names = [""].
4343

4444
replication_cluster {
4545
# This instance no longer requires a designated DR replica since it's a replica.
@@ -82,4 +82,4 @@ resource "google_sql_database_instance" "dr-replica" {
8282
deletion_protection = false
8383
}
8484

85-
# [END cloud_sql_mysql_instance_switchover_finish]
85+
# [END cloud_sql_mysql_instance_switchover_finish]

0 commit comments

Comments
 (0)