Skip to content

Commit 33a630f

Browse files
committed
bugfix - Github action needs permission to modify public access block
1 parent 6b1848d commit 33a630f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/stacks/iams-developer-roles/github_actions_policies.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ resource "aws_iam_policy" "api_infrastructure" {
238238
"ec2:ReplaceNetworkAclAssociation",
239239
"ec2:DeleteSecurityGroup",
240240
"ec2:DeleteNetworkAcl",
241+
"ec2:ModifyVpcBlockPublicAccessOptions",
241242

242243
# ssm
243244
"ssm:GetParameter",

0 commit comments

Comments
 (0)