Skip to content

Commit

Permalink
fix: upgrade terraform and cloud secret stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jan 24, 2024
1 parent 3eb3960 commit 8dc9033
Show file tree
Hide file tree
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
Expand Up @@ -12,7 +12,7 @@ resource "google_secret_manager_secret" "secrets" {
secret_id = "${local.name}-${each.key}"

replication {
automatic = true
auto {}
}
}

Expand Down

0 comments on commit 8dc9033

Please sign in to comment.