Skip to content

Commit b1bcf9b

Browse files
author
Filinto Duran
authored
Merge pull request #1 from gridai/filinto/expand-cloud-watch-permit
expand cloudwatch access
2 parents 8c2e9aa + e61bff4 commit b1bcf9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ resource "aws_iam_role_policy_attachment" "this" {
7272
"arn:aws:iam::aws:policy/AmazonSQSFullAccess",
7373
"arn:aws:iam::aws:policy/AmazonVPCFullAccess",
7474
"arn:aws:iam::aws:policy/CloudWatchLogsFullAccess",
75+
"arn:aws:iam::aws:policy/CloudWatchFullAccess",
7576
"arn:aws:iam::aws:policy/IAMFullAccess",
7677
])
7778
policy_arn = each.value

0 commit comments

Comments
 (0)