Skip to content

Commit a9ece27

Browse files
authored
Merge pull request #7 from kiwicom/update_replication
chore: update secret replication syntax
2 parents b8b8cda + 54838c8 commit a9ece27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault_sync.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resource "google_secret_manager_secret" "secret-json" {
1010
vault_path = replace(local.vault_path, "/", "_")
1111
})
1212
replication {
13-
automatic = true
13+
auto {}
1414
}
1515
}
1616

0 commit comments

Comments
 (0)