mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +02:00
add module cloudformation_exports (#67349)
* 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>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"cloudformation:GetStackPolicy",
|
||||
"cloudformation:GetTemplate",
|
||||
"cloudformation:ListChangeSets",
|
||||
"cloudformation:ListExports",
|
||||
"cloudformation:ListStackResources",
|
||||
"cloudformation:UpdateStack",
|
||||
"cloudformation:UpdateTerminationProtection"
|
||||
|
||||
Reference in New Issue
Block a user