Skip to content

Commit bd4f11f

Browse files
authored
fix: Move vpce:AllowMultiRegion to statement without tag condition (#144)
1 parent 3a5b67c commit bd4f11f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/aws/vendor-access/files/provision1.json.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"Sid": "EndpointConnectionAccess",
1414
"Effect": "Allow",
1515
"Action": [
16-
"ec2:*VpcEndpointConnections"
16+
"ec2:*VpcEndpointConnections",
17+
"vpce:AllowMultiRegion"
1718
],
1819
"Resource": "*"
1920
},
@@ -44,7 +45,6 @@
4445
"ec2:ReplaceRouteTableAssociation",
4546
"ec2:CreateSubnet",
4647
"ec2:CreateVpcEndpoint",
47-
"vpce:AllowMultiRegion",
4848
"ec2:DescribeVpcPeeringConnections",
4949
"ec2:CreateVpcPeeringConnection",
5050
"ec2:DeleteVpcPeeringConnection"

0 commit comments

Comments
 (0)