Files
terra-test/000000000000/templates/role_a_policy.tpl

17 lines
319 B
Smarty
Raw Normal View History

2023-11-01 00:02:56 +02:00
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "*",
"Resource": "*",
"Effect": "Allow",
"Sid": ""
},
{
"Action": "iam:*",
"Resource": "*",
"Effect": "Deny",
"Sid": ""
}
]
}