We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5b67c commit bd4f11fCopy full SHA for bd4f11f
1 file changed
modules/aws/vendor-access/files/provision1.json.tpl
@@ -13,7 +13,8 @@
13
"Sid": "EndpointConnectionAccess",
14
"Effect": "Allow",
15
"Action": [
16
- "ec2:*VpcEndpointConnections"
+ "ec2:*VpcEndpointConnections",
17
+ "vpce:AllowMultiRegion"
18
],
19
"Resource": "*"
20
},
@@ -44,7 +45,6 @@
44
45
"ec2:ReplaceRouteTableAssociation",
46
"ec2:CreateSubnet",
47
"ec2:CreateVpcEndpoint",
- "vpce:AllowMultiRegion",
48
"ec2:DescribeVpcPeeringConnections",
49
"ec2:CreateVpcPeeringConnection",
50
"ec2:DeleteVpcPeeringConnection"
0 commit comments