Skip to content

Commit a4f2ad2

Browse files
terraform fmt
1 parent 1104314 commit a4f2ad2

File tree

1 file changed

+5
-5
lines changed
  • backupdr/backup_plan_association

1 file changed

+5
-5
lines changed

backupdr/backup_plan_association/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ resource "google_backup_dr_backup_plan" "disk_default" {
148148
}
149149

150150
resource "google_backup_dr_backup_plan" "csql_default" {
151-
provider = google-beta
152-
location = "us-central1"
153-
backup_plan_id = "my-csql-bp"
154-
resource_type = "sqladmin.googleapis.com/Instance"
155-
backup_vault = google_backup_dr_backup_vault.default.name
151+
provider = google-beta
152+
location = "us-central1"
153+
backup_plan_id = "my-csql-bp"
154+
resource_type = "sqladmin.googleapis.com/Instance"
155+
backup_vault = google_backup_dr_backup_vault.default.name
156156
log_retention_days = 2
157157

158158
backup_rules {

0 commit comments

Comments
 (0)