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 3791fbd commit e8f6405Copy full SHA for e8f6405
gcbdr/backupvault/main.tf
@@ -20,7 +20,7 @@ resource "google_backup_dr_backup_vault" "default" {
20
provider = google-beta
21
location = "us-central1"
22
backup_vault_id = "bv-1"
23
- description = "This is a second backup vault built by Terraform."
+ description = "This vault is provisioned by Terraform."
24
backup_minimum_enforced_retention_duration = "100000s"
25
26
labels = {
0 commit comments