Skip to content

Commit 755ab7b

Browse files
committed
changing backupdr to gcbdr
1 parent 49751f2 commit 755ab7b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
/traffic_director/ @terraform-google-modules/dee-infra @terraform-google-modules/terraform-samples-reviewers
2323
/vpc/ @terraform-google-modules/dee-infra @terraform-google-modules/terraform-samples-reviewers
2424
/managedkafka/ @terraform-google-modules/managedkafka-dev-team @terraform-google-modules/terraform-samples-reviewers
25-
/backupdr/ @terraform-google-modules/gcbdr-samples-team @terraform-google-modules/terraform-samples-reviewers
25+
/gcbdr/ @terraform-google-modules/gcbdr-samples-team @terraform-google-modules/terraform-samples-reviewers

gcbdr/backup_plan/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
# [START backupdr_create_backupvault]
16+
# [START gcbdr_create_backupvault]
1717

1818
resource "google_backup_dr_backup_vault" "default" {
1919
provider = google-beta
@@ -37,9 +37,9 @@ resource "google_backup_dr_backup_vault" "default" {
3737
allow_missing = "true"
3838
}
3939

40-
# [END backupdr_create_backupvault]
40+
# [END gcbdr_create_backupvault]
4141

42-
# [START backupdr_create_backupplan]
42+
# [START gcbdr_create_backupplan]
4343

4444
# Before creating a backup plan, you need to create backup vault (google_backup_dr_backup_vault).
4545
resource "google_backup_dr_backup_plan" "default" {
@@ -66,4 +66,4 @@ resource "google_backup_dr_backup_plan" "default" {
6666
}
6767
}
6868

69-
# [END backupdr_create_backupplan]
69+
# [END gcbdr_create_backupplan]

gcbdr/backup_plan_association/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ resource "google_backup_dr_backup_plan" "default" {
101101
}
102102
}
103103

104-
# [START backupdr_create_backupplanassociation]
104+
# [START gcbdr_create_backupplanassociation]
105105

106106
# Before creating a backup plan association, you need to create backup plan (google_backup_dr_backup_plan)
107107
# and compute instance (google_compute_instance).
@@ -114,4 +114,4 @@ resource "google_backup_dr_backup_plan_association" "default" {
114114
backup_plan = google_backup_dr_backup_plan.default.name
115115
}
116116

117-
# [END backupdr_create_backupplanassociation]
117+
# [END gcbdr_create_backupplanassociation]

gcbdr/backup_vault/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
# [START backupdr_create_backupvault]
17+
# [START gcbdr_create_backupvault]
1818

1919
resource "google_backup_dr_backup_vault" "default" {
2020
provider = google-beta
@@ -38,4 +38,4 @@ resource "google_backup_dr_backup_vault" "default" {
3838
allow_missing = "true"
3939
}
4040

41-
# [END backupdr_create_backupvault]
41+
# [END gcbdr_create_backupvault]

0 commit comments

Comments
 (0)