added terrafrom configs
This commit is contained in:
12
000000000000/templates/asume_role_policy.tpl
Normal file
12
000000000000/templates/asume_role_policy.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"sts:AssumeRole"
|
||||
],
|
||||
"Resource": "arn:aws:iam::${prod_account_id}:role/role_c"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user