Skip to content

Commit

Permalink
fix: upgrade terraform and cloud secret stuff
Browse files Browse the repository at this point in the history
buehler committed Jan 24, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 3eb3960 commit 8dc9033
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions infrastructure/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/cloud-secrets.tf
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ resource "google_secret_manager_secret" "secrets" {
secret_id = "${local.name}-${each.key}"

replication {
automatic = true
auto {}
}
}

0 comments on commit 8dc9033

Please sign in to comment.