File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1818resource "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).
4545resource "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 ]
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 1414* limitations under the License.
1515*/
1616
17- # [START backupdr_create_backupvault ]
17+ # [START gcbdr_create_backupvault ]
1818
1919resource "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 ]
You can’t perform that action at this time.
0 commit comments