diff options
author | mmoyle <michaeljmoyle@gmail.com> | 2020-02-27 19:39:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 19:39:59 +0100 |
commit | cfe96b20928c9be1598c645b69da69550592347d (patch) | |
tree | 10966f807e5bb7a6865d3b45359542a27c9763e5 /hacking | |
parent | Allow passing through of (almost) all params available … (#58118) (diff) | |
download | ansible-cfe96b20928c9be1598c645b69da69550592347d.tar.xz ansible-cfe96b20928c9be1598c645b69da69550592347d.zip |
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>
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/aws_config/testing_policies/devops-policy.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/devops-policy.json b/hacking/aws_config/testing_policies/devops-policy.json index b07ce88542..743e60345c 100644 --- a/hacking/aws_config/testing_policies/devops-policy.json +++ b/hacking/aws_config/testing_policies/devops-policy.json @@ -27,6 +27,7 @@ "cloudformation:GetStackPolicy", "cloudformation:GetTemplate", "cloudformation:ListChangeSets", + "cloudformation:ListExports", "cloudformation:ListStackResources", "cloudformation:UpdateStack", "cloudformation:UpdateTerminationProtection" |