mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
* AWS: new module ec2_transit_gateway fixes #49376 * Add permissions neeeded for integration tests * uncomment nolog on creds * add unsupported to integration test aliases * remove the shippable/aws/group alias so doesn't conflict with unsupported
This commit is contained in:
parent
7c315170c6
commit
b67505d271
4 changed files with 699 additions and 0 deletions
|
@ -12,6 +12,16 @@
|
|||
"route53:UpdateHostedZoneComment"
|
||||
],
|
||||
"Resource": "*"
|
||||
},
|
||||
{
|
||||
"Sid": "AllowTransitGatewayManagement",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ec2:CreateTransitGateway",
|
||||
"ec2:DeleteTransitGateway",
|
||||
"ec2:DescribeTransitGateways"
|
||||
],
|
||||
"Resource": "*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue