We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c2e9aa + e61bff4 commit b1bcf9bCopy full SHA for b1bcf9b
main.tf
@@ -72,6 +72,7 @@ resource "aws_iam_role_policy_attachment" "this" {
72
"arn:aws:iam::aws:policy/AmazonSQSFullAccess",
73
"arn:aws:iam::aws:policy/AmazonVPCFullAccess",
74
"arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
75
+ "arn:aws:iam::aws:policy/CloudWatchFullAccess",
76
"arn:aws:iam::aws:policy/IAMFullAccess",
77
])
78
policy_arn = each.value
0 commit comments