Skip to content

Commit

Permalink
add misisng Terraform permissions to WhistCI (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel authored Mar 14, 2022
1 parent fff6281 commit 89f6c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/infrastructure/modules/aws_iam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ resource "aws_iam_group_policy_attachment" "CIPolicy" {
"arn:aws:iam::aws:policy/AmazonEC2FullAccess",
"arn:aws:iam::aws:policy/IAMFullAccess",
"arn:aws:iam::aws:policy/AmazonS3FullAccess",
"arn:aws:iam::aws:policy/AmazonVPCFullAccess",
"arn:aws:iam::aws:policy/AmazonSecretsManagerReadWrite",
]) : []
policy_arn = each.value
}
Expand Down

0 comments on commit 89f6c0f

Please sign in to comment.