Skip to content

Commit a0c91b3

Browse files
authored
ensure unique resource names
1 parent 35b5a12 commit a0c91b3

File tree

1 file changed

+1
-1
lines changed
  • backupdr/backup_plan_association

1 file changed

+1
-1
lines changed

backupdr/backup_plan_association/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ resource "google_backup_dr_backup_plan_association" "default" {
148148

149149
# Before creating a backup plan association, you need to create backup plan (google_backup_dr_backup_plan)
150150
# and compute disk (google_compute_disk or google_compute_region_disk).
151-
resource "google_backup_dr_backup_plan_association" "default" {
151+
resource "google_backup_dr_backup_plan_association" "disk_association" {
152152
provider = google-beta
153153
location = "us-central1"
154154
backup_plan_association_id = "my-disk-bpa"

0 commit comments

Comments
 (0)