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 12cf18c commit ba1f9ffCopy full SHA for ba1f9ff
backupdr/backup_vault/main.tf
@@ -20,19 +20,8 @@ resource "google_backup_dr_backup_vault" "default" {
20
provider = google-beta
21
location = "us-central1"
22
backup_vault_id = "my-vault"
23
- description = "This vault is created using Terraform."
+ description = "This vault is created usingTerraform."
24
backup_minimum_enforced_retention_duration = "100000s"
25
-
26
- labels = {
27
- foo = "bar1"
28
- bar = "baz1"
29
- }
30
31
- annotations = {
32
- annotations1 = "bar1"
33
- annotations2 = "baz1"
34
35
36
force_update = "true"
37
force_delete = "true"
38
allow_missing = "true"
0 commit comments