added terrafrom configs
This commit is contained in:
17
000000000000/templates/role_a_policy.tpl
Normal file
17
000000000000/templates/role_a_policy.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Action": "*",
|
||||
"Resource": "*",
|
||||
"Effect": "Allow",
|
||||
"Sid": ""
|
||||
},
|
||||
{
|
||||
"Action": "iam:*",
|
||||
"Resource": "*",
|
||||
"Effect": "Deny",
|
||||
"Sid": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user