809c7404ab
Remove VPC permissions from network-policy.json as they mostly duplicate compute-policy.json permissions - separating the VPC and compute permissions would likely lead to further confusion.
17 lines
442 B
JSON
17 lines
442 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "ManageRoute53ForTests",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"route53:CreateHostedZone",
|
|
"route53:DeleteHostedZone",
|
|
"route53:GetHostedZone",
|
|
"route53:ListHostedZones",
|
|
"route53:UpdateHostedZoneComment"
|
|
],
|
|
"Resource": "*"
|
|
}
|
|
]
|
|
}
|