mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
442 B
JSON
18 lines
442 B
JSON
7 years ago
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Sid": "ManageRoute53ForTests",
|
||
|
"Effect": "Allow",
|
||
|
"Action": [
|
||
|
"route53:CreateHostedZone",
|
||
|
"route53:DeleteHostedZone",
|
||
|
"route53:GetHostedZone",
|
||
|
"route53:ListHostedZones",
|
||
|
"route53:UpdateHostedZoneComment"
|
||
|
],
|
||
|
"Resource": "*"
|
||
|
}
|
||
|
]
|
||
|
}
|