cfe96b2092
* add module cloudformation_exports * add RETURN, add aliases group, clean up yaml * update return value. uncomment security_token. remove cloudformation shortcut * fix typo * try to delete test stack * rename stack * add cleanup and assert. try to set stack name with variable * create s3 bucket instead * set bucket name * add tests, remove unsed key and import, add iam role, add to module_defaults * import exceptions, fix assert syntax * fix assert * Update test/integration/targets/cloudformation_exports/tasks/main.yml Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com> * fix export name * renamed module Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "AllowCodeCommitModuleTests",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"codecommit:ListRepositories",
|
|
"codecommit:*Repository",
|
|
"codecommit:*RepositoryDescription"
|
|
],
|
|
"Resource": [
|
|
"*"
|
|
]
|
|
},
|
|
{
|
|
"Sid": "AllowCloudformationTests",
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"cloudformation:CreateChangeSet",
|
|
"cloudformation:CreateStack",
|
|
"cloudformation:DeleteChangeSet",
|
|
"cloudformation:DeleteStack",
|
|
"cloudformation:DescribeChangeSet",
|
|
"cloudformation:DescribeStackEvents",
|
|
"cloudformation:DescribeStacks",
|
|
"cloudformation:GetStackPolicy",
|
|
"cloudformation:GetTemplate",
|
|
"cloudformation:ListChangeSets",
|
|
"cloudformation:ListExports",
|
|
"cloudformation:ListStackResources",
|
|
"cloudformation:UpdateStack",
|
|
"cloudformation:UpdateTerminationProtection"
|
|
],
|
|
"Resource": [
|
|
"*"
|
|
]
|
|
}
|
|
]
|
|
}
|