@@ -32,7 +32,7 @@ func TestAccBackupDRBackupVault_fullUpdate(t *testing.T) {
32
32
ResourceName: "google_backup_dr_backup_vault.backup-vault-test",
33
33
ImportState: true,
34
34
ImportStateVerify: true,
35
- ImportStateVerifyIgnore: []string{"allow_missing", "annotations", "backup_vault_id", "force_delete", "force_update", "ignore_backup_plan_references", "ignore_inactive_datasources", "labels", "location", "terraform_labels"},
35
+ ImportStateVerifyIgnore: []string{"allow_missing", "annotations", "backup_vault_id", "force_delete", "force_update", "ignore_backup_plan_references", "ignore_inactive_datasources", "access_restriction", " labels", "location", "terraform_labels"},
36
36
},
37
37
{
38
38
Config: testAccBackupDRBackupVault_fullUpdate(context),
@@ -41,7 +41,7 @@ func TestAccBackupDRBackupVault_fullUpdate(t *testing.T) {
41
41
ResourceName: "google_backup_dr_backup_vault.backup-vault-test",
42
42
ImportState: true,
43
43
ImportStateVerify: true,
44
- ImportStateVerifyIgnore: []string{"allow_missing", "annotations", "backup_vault_id", "force_delete", "force_update", "ignore_backup_plan_references", "ignore_inactive_datasources", "labels", "location", "terraform_labels"},
44
+ ImportStateVerifyIgnore: []string{"allow_missing", "annotations", "backup_vault_id", "force_delete", "force_update", "ignore_backup_plan_references", "ignore_inactive_datasources", "access_restriction", " labels", "location", "terraform_labels"},
45
45
},
46
46
},
47
47
})
@@ -66,6 +66,7 @@ resource "google_backup_dr_backup_vault" "backup-vault-test" {
66
66
}
67
67
force_update = "true"
68
68
ignore_inactive_datasources = "true"
69
+ access_restriction = "WITHIN_ORGANIZATION"
69
70
ignore_backup_plan_references = "true"
70
71
allow_missing = "true"
71
72
}
@@ -90,6 +91,7 @@ resource "google_backup_dr_backup_vault" "backup-vault-test" {
90
91
annotations2 = "baz1"
91
92
}
92
93
force_update = "true"
94
+ access_restriction = "WITHIN_ORGANIZATION"
93
95
ignore_inactive_datasources = "true"
94
96
ignore_backup_plan_references = "true"
95
97
allow_missing = "true"
0 commit comments