Skip to content

Commit e82da10

Browse files
committed
fmt
1 parent 7f0eef6 commit e82da10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ locals {
1414

1515
ordered_accounts = length(var.sequential) > 0 ? [
1616
for name in var.sequential : {
17-
name = name
17+
name = name
1818
account_id = var.accounts[name]
1919
}
2020
] : []

0 commit comments

Comments
 (0)