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 1a04f7e commit 9e59fc8Copy full SHA for 9e59fc8
backupdr/backup_vault/main.tf
@@ -22,10 +22,9 @@ resource "google_backup_dr_backup_vault" "default" {
22
backup_vault_id = "my-vault"
23
description = "This vault is created usingTerraform."
24
backup_minimum_enforced_retention_duration = "100000s"
25
-
26
- force_update = "true"
27
- force_delete = "true"
28
- allow_missing = "true"
+ force_update = "true"
+ force_delete = "true"
+ allow_missing = "true"
29
}
30
31
# [END backupdr_create_backupvault]
0 commit comments