We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a873f commit 7971937Copy full SHA for 7971937
cloud_sql/mysql_instance_switchover/dr_replica_create/main.tf
@@ -59,6 +59,5 @@ resource "google_sql_database_instance" "dr-replica" {
59
# delete this instance by use of Terraform whereas
60
# `deletion_protection_enabled` flag protects this instance at the Google Cloud level.
61
deletion_protection = false
62
- # Optional. Add more settings.
63
}
64
# [END cloud_sql_mysql_instance_switchover_dr_replica_create]
0 commit comments