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 ba1f9ff commit 1a04f7eCopy full SHA for 1a04f7e
backupdr/backup_vault/main.tf
@@ -22,6 +22,7 @@ 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"
0 commit comments