Skip to content

Commit 421d182

Browse files
authored
Merge branch 'main' into ap/hcledit
2 parents be1f503 + 1d3e1d9 commit 421d182

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

backupdr/backup_plan/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

backupdr/backup_plan_association/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7878
resource "google_backup_dr_backup_plan" "default" {

backupdr/backup_vault/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vertex_ai/user_managed_notebooks_instance/main.tf

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)