Skip to content

Commit ff818d3

Browse files
Changes to sql testAccSqlDatabaseInstance_updateFromBackupDR function… (#14999)
1 parent b49a4ed commit ff818d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6664,10 +6664,10 @@ resource "google_sql_database_instance" "instance" {
66646664
region = "us-central1"
66656665

66666666
settings {
6667-
tier = "db-g1-small"
6667+
tier = "db-g1-small"
66686668
backup_configuration {
6669-
enabled = true
6670-
}
6669+
enabled = "false"
6670+
}
66716671
}
66726672
lifecycle {
66736673
ignore_changes = [

0 commit comments

Comments
 (0)