Skip to content

Commit dacd380

Browse files
fix(backupdr): change location of disk resource
1 parent fd96453 commit dacd380

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
@@ -56,7 +56,7 @@ resource "google_compute_instance" "default" {
5656
resource "google_compute_disk" "default" {
5757
name = "disk-data"
5858
type = "pd-standard"
59-
zone = "us-west1-a"
59+
zone = "us-central1-a"
6060
size = "5"
6161
}
6262

0 commit comments

Comments
 (0)