1
0
Fork 0
terraform-training/08_templating/policy.json

12 lines
204 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "ec2:*",
"Resource": "*"
}
]
}