Skip to content

Commit 6eb12cb

Browse files
fix(backupplanassociation): Remove size from disk
1 parent dacd380 commit 6eb12cb

File tree

1 file changed

+0
-1
lines changed
  • backupdr/backup_plan_association

1 file changed

+0
-1
lines changed

backupdr/backup_plan_association/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ resource "google_compute_disk" "default" {
5757
name = "disk-data"
5858
type = "pd-standard"
5959
zone = "us-central1-a"
60-
size = "5"
6160
}
6261

6362
resource "google_backup_dr_backup_vault" "default" {

0 commit comments

Comments
 (0)