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 1104314 commit a4f2ad2Copy full SHA for a4f2ad2
backupdr/backup_plan_association/main.tf
@@ -148,11 +148,11 @@ resource "google_backup_dr_backup_plan" "disk_default" {
148
}
149
150
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
+ provider = google-beta
+ location = "us-central1"
+ backup_plan_id = "my-csql-bp"
+ resource_type = "sqladmin.googleapis.com/Instance"
+ backup_vault = google_backup_dr_backup_vault.default.name
156
log_retention_days = 2
157
158
backup_rules {
0 commit comments