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 35b5a12 commit a0c91b3Copy full SHA for a0c91b3
backupdr/backup_plan_association/main.tf
@@ -148,7 +148,7 @@ resource "google_backup_dr_backup_plan_association" "default" {
148
149
# Before creating a backup plan association, you need to create backup plan (google_backup_dr_backup_plan)
150
# and compute disk (google_compute_disk or google_compute_region_disk).
151
-resource "google_backup_dr_backup_plan_association" "default" {
+resource "google_backup_dr_backup_plan_association" "disk_association" {
152
provider = google-beta
153
location = "us-central1"
154
backup_plan_association_id = "my-disk-bpa"
0 commit comments