Fix terraform indenting
This commit is contained in:
parent
aa4fae77fe
commit
0044330ae3
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue