File tree Expand file tree Collapse file tree 4 files changed +7
-36
lines changed
vertex_ai/user_managed_notebooks_instance Expand file tree Collapse file tree 4 files changed +7
-36
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- force_delete = " 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- force_delete = " 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" {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ resource "google_backup_dr_backup_vault" "default" {
2323 description = " This vault is created usingTerraform."
2424 backup_minimum_enforced_retention_duration = " 100000s"
2525 force_update = " true"
26- force_delete = " true"
26+ ignore_inactive_datasources = " true"
2727 allow_missing = " true"
2828}
2929
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments