Skip to content

Commit 7971937

Browse files
authored
Remove unnecessary comments
1 parent 95a873f commit 7971937

File tree

1 file changed

+0
-1
lines changed
  • cloud_sql/mysql_instance_switchover/dr_replica_create

1 file changed

+0
-1
lines changed

cloud_sql/mysql_instance_switchover/dr_replica_create/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ resource "google_sql_database_instance" "dr-replica" {
5959
# delete this instance by use of Terraform whereas
6060
# `deletion_protection_enabled` flag protects this instance at the Google Cloud level.
6161
deletion_protection = false
62-
# Optional. Add more settings.
6362
}
6463
# [END cloud_sql_mysql_instance_switchover_dr_replica_create]

0 commit comments

Comments
 (0)