Fix terraform indenting
Some checks failed
/ terraform (push) Successful in 40s
/ ansible (push) Has been cancelled

This commit is contained in:
Jake Howard 2024-12-28 18:22:43 +00:00
parent aa4fae77fe
commit 0044330ae3
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -67,8 +67,8 @@ resource "b2_application_key" "restic" {
resource "b2_application_key" "restic_repos" {
for_each = toset(["walker", "tang", "casey"])
key_name = "restic-${each.key}"
bucket_id = b2_bucket.restic.id
key_name = "restic-${each.key}"
bucket_id = b2_bucket.restic.id
name_prefix = "${each.key}/"
capabilities = [
"readFiles",