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

12 lines
204 B
JSON
Raw Normal View History

2020-05-13 15:08:20 +02:00
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "ec2:*",
"Resource": "*"
}
]
}