Skip to content

Commit 2c3b839

Browse files
terraform fmt
1 parent 16c637a commit 2c3b839

File tree

1 file changed

+15
-15
lines changed
  • backupdr/backup_plan_association

1 file changed

+15
-15
lines changed

backupdr/backup_plan_association/main.tf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ resource "google_compute_disk" "default" {
6060
}
6161

6262
resource "google_sql_database_instance" "default" {
63-
name = "instance-test"
64-
database_version = "MYSQL_8_0_41"
65-
region = "us-central1"
66-
settings {
67-
tier = "db-f1-micro"
68-
backup_configuration {
69-
enabled = true
70-
}
71-
}
72-
lifecycle {
73-
ignore_changes = [
74-
settings[0].backup_configuration[0].enabled,
75-
]
76-
}
77-
deletion_protection = false
63+
name = "instance-test"
64+
database_version = "MYSQL_8_0_41"
65+
region = "us-central1"
66+
settings {
67+
tier = "db-f1-micro"
68+
backup_configuration {
69+
enabled = true
70+
}
71+
}
72+
lifecycle {
73+
ignore_changes = [
74+
settings[0].backup_configuration[0].enabled,
75+
]
76+
}
77+
deletion_protection = false
7878
}
7979

8080
resource "google_backup_dr_backup_vault" "default" {

0 commit comments

Comments
 (0)