Skip to content

Commit 6a027b1

Browse files
committed
Adding comment
1 parent ed8c284 commit 6a027b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcbdr/backupplanassociation/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ resource "google_backup_dr_backup_plan" "default" {
9696
# [START backupdr_create_backupplanassociation]
9797

9898
// Before creating a backup plan association, you need to create backup plan(google_backup_dr_backup_plan)
99-
and compute instance (google_compute_instance).
99+
// and compute instance (google_compute_instance).
100100
resource "google_backup_dr_backup_plan_association" "default" {
101101
provider = google-beta
102102
location = "us-central1"

0 commit comments

Comments
 (0)