summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorMadhura-CSI <34053727+Madhura-CSI@users.noreply.github.com>2018-05-15 21:43:46 +0530
committerSloane Hertel <shertel@redhat.com>2018-05-15 12:13:46 -0400
commitb85970b2b0becb1796ab59ce8d36a0751f7aa624 (patch)
tree56c993291099fba072711a3de92aab1316afadeb /hacking
parentf04c876ecd2f840b50f1075c141f933c630b659e (diff)
downloadansible-b85970b2b0becb1796ab59ce8d36a0751f7aa624.tar.gz
New Module: ec2_vpc_vpn_facts (#35983)
* New module: ec2_vpc_vpn_facts * Add integration tests for ec2_vpc_vpn_facts and the IAM permissions * Add retry to VPC removal * Use unique name for VGW * Always clean up after tests and add retries
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/compute-policy.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/hacking/aws_config/testing_policies/compute-policy.json b/hacking/aws_config/testing_policies/compute-policy.json
index e21f9dda7a..b644d195f8 100644
--- a/hacking/aws_config/testing_policies/compute-policy.json
+++ b/hacking/aws_config/testing_policies/compute-policy.json
@@ -42,6 +42,8 @@
"ec2:AssociateVpcCidrBlock",
"ec2:AssociateSubnetCidrBlock",
"ec2:AttachInternetGateway",
+ "ec2:AttachVpnGateway",
+ "ec2:CreateCustomerGateway",
"ec2:CreateDhcpOptions",
"ec2:CreateImage",
"ec2:CreateInternetGateway",
@@ -54,6 +56,9 @@
"ec2:CreateSubnet",
"ec2:CreateTags",
"ec2:CreateVpc",
+ "ec2:CreateVpnConnection",
+ "ec2:CreateVpnGateway",
+ "ec2:DeleteCustomerGateway",
"ec2:DeleteDhcpOptions",
"ec2:DeleteInternetGateway",
"ec2:DeleteKeyPair",
@@ -64,9 +69,11 @@
"ec2:DeleteSubnet",
"ec2:DeleteTags",
"ec2:DeleteVpc",
- "ec2:DeleteTags",
+ "ec2:DeleteVpnConnection",
+ "ec2:DeleteVpnGateway",
"ec2:DeregisterImage",
"ec2:DetachInternetGateway",
+ "ec2:DetachVpnGateway",
"ec2:Describe*",
"ec2:DisassociateAddress",
"ec2:DisassociateRouteTable",