Skip to content

Commit e0fbc77

Browse files
CCM-9140 Adding VPC CI permissions
1 parent 218f44d commit e0fbc77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/terraform/components/acct/iam_policy_github_deploy_overload.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ data "aws_iam_policy_document" "github_deploy" {
3131
resources = ["*"]
3232
}
3333

34-
statement {
34+
statement {
3535
effect = "Allow"
3636

3737
actions = [
38-
"ec2:AllocateAddress",
38+
"ec2:AllocateAddress",
3939
"ec2:Associate*",
4040
"ec2:AttachInternetGateway",
4141
"ec2:AuthorizeSecurityGroup*",

0 commit comments

Comments
 (0)