Skip to content

Commit 1868018

Browse files
committed
lint
1 parent 4385b82 commit 1868018

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-
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]

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-
ignore_inactive_datasources = "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" {

0 commit comments

Comments
 (0)