Skip to content

Commit ad57dfd

Browse files
committed
alphabetize properties
1 parent 721f5d1 commit ad57dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ resource "aws_iam_role" "role" {
189189
}
190190

191191
resource "aws_iam_role_policy" "policy" {
192-
role = aws_iam_role.role.id
193192
name = local.iam_role.policy_name
193+
role = aws_iam_role.role.id
194194

195195
policy = jsonencode({
196196
Version = "2012-10-17"

0 commit comments

Comments
 (0)