From cfe96b20928c9be1598c645b69da69550592347d Mon Sep 17 00:00:00 2001 From: mmoyle Date: Thu, 27 Feb 2020 19:39:59 +0100 Subject: 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> --- hacking/aws_config/testing_policies/devops-policy.json | 1 + 1 file changed, 1 insertion(+) (limited to 'hacking') 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" -- cgit v1.2.3