Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 9, 2022
1 parent 02d26bc commit 0236038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "aws_iam_policy" "flowlogs" {
}

resource "aws_iam_role_policy_attachment" "flowlogs" {
role = aws_iam_role.role.role_name
role = aws_iam_role.role.name
policy_arn = aws_iam_policy.flowlogs.arn
}

Expand Down

0 comments on commit 0236038

Please sign in to comment.