Skip to content

Commit

Permalink
fix backup vault id
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 committed Nov 16, 2024
1 parent 256cde2 commit e87dd2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "google_backup_dr_backup_vault" "my_backup_vault" {
provider = google-beta
location = "us-central1"
backup_vault_id = "bv-bp-test"
backup_vault_id = ""{{index $.Vars "backup_vault_id"}}"
backup_minimum_enforced_retention_duration = "100000s"
}

Expand Down

0 comments on commit e87dd2c

Please sign in to comment.