Skip to content

Commit e8f6405

Browse files
niharika-98glasnt
andauthored
Update gcbdr/backupvault/main.tf
Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 3791fbd commit e8f6405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcbdr/backupvault/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "google_backup_dr_backup_vault" "default" {
2020
provider = google-beta
2121
location = "us-central1"
2222
backup_vault_id = "bv-1"
23-
description = "This is a second backup vault built by Terraform."
23+
description = "This vault is provisioned by Terraform."
2424
backup_minimum_enforced_retention_duration = "100000s"
2525

2626
labels = {

0 commit comments

Comments
 (0)