File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ resource "google_backup_dr_backup_vault" "default" {
3232 annotations2 = " baz1"
3333 }
3434
35- force_update = " true"
36- ignore_inactive_datasources = " true"
37- allow_missing = " true"
35+ force_update = " true"
36+ ignore_inactive_datasources = " true"
37+ allow_missing = " true"
3838}
3939
4040# [END backupdr_create_backupvault]
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ resource "google_backup_dr_backup_vault" "default" {
7070 annotations2 = " baz1"
7171 }
7272
73- force_update = " true"
74- ignore_inactive_datasources = " true"
75- allow_missing = " true"
73+ force_update = " true"
74+ ignore_inactive_datasources = " true"
75+ allow_missing = " true"
7676}
7777
7878resource "google_backup_dr_backup_plan" "default" {
You can’t perform that action at this time.
0 commit comments