Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Change adding CAPABILITY_AUTO_EXPAND #1898

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JPurrier
Copy link

SUMMARY
I added the additional capability 'CAPABILITY_AUTO_EXPAND' I found this was a requirement for the stack i was deploying. So I imagine it will be useful for others.

ISSUE TYPE
Bugfix Pull Request
The module was missing the ability to add the capability CAPABILITY_AUTO_EXPAND
COMPONENT NAME
Small edit to the cloudformation_stack_set module

ADDITIONAL INFORMATION
adds CAPABILITY_AUTO_EXPAND to the available options in the list

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/community.aws/actions/runs/5725727198

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/community.aws/branch/main

File changes:

  • M collections/community/aws/cloudformation_stack_set_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudformation_stack_set_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudformation_stack_set_module.html
index 4723bac..418a3c7 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/cloudformation_stack_set_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/cloudformation_stack_set_module.html
@@ -235,12 +235,13 @@ see <a class="reference internal" href="#ansible-collections-community-aws-cloud
 <a class="ansibleOptionLink" href="#parameter-capabilities" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
 </div></td>
 <td><div class="ansible-option-cell"><p>Capabilities allow stacks to create and modify IAM resources, which may include adding users or roles.</p>
-<p>Currently the only available values are ‘CAPABILITY_IAM’ and ‘CAPABILITY_NAMED_IAM’. Either or both may be provided.</p>
+<p>Currently the only available values are ‘CAPABILITY_IAM’, ‘CAPABILITY_NAMED_IAM’ and ‘CAPABILITY_AUTO_EXPAND’. Either or ALL may be provided.</p>
 <p>The following resources require that one or both of these parameters is specified: AWS::IAM::AccessKey, AWS::IAM::Group, AWS::IAM::InstanceProfile, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::IAM::UserToGroupAddition</p>
 <p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
 <ul class="simple">
 <li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;CAPABILITY_IAM&quot;</span></code></p></li>
 <li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;CAPABILITY_NAMED_IAM&quot;</span></code></p></li>
+<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">&quot;CAPABILITY_AUTO_EXPAND&quot;</span></code></p></li>
 </ul>
 </div></td>
 </tr>

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/90171ca759b74cbc9a79e317f35ca4f5

✔️ ansible-galaxy-importer SUCCESS in 4m 30s (non-voting)
✔️ build-ansible-collection SUCCESS in 12m 38s
✔️ ansible-test-splitter SUCCESS in 6m 03s
Skipped 22 jobs

@ansibullbot
Copy link

@ansibullbot ansibullbot added bug This issue/PR relates to a bug community_review module module needs_triage new_contributor Help guide this first time contributor plugins plugin (any type) labels Jul 31, 2023
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/cda3b43b5f394f3fba679daebc056d07

ansible-galaxy-importer FAILURE in 4m 34s (non-voting)
✔️ build-ansible-collection SUCCESS in 13m 22s
✔️ ansible-test-splitter SUCCESS in 5m 16s
Skipped 22 jobs

@markuman
Copy link
Member

markuman commented Sep 5, 2023

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/2471d577bff74b6ca540e45856d44932

ansible-galaxy-importer FAILURE in 5m 20s (non-voting)
✔️ build-ansible-collection SUCCESS in 12m 40s
✔️ ansible-test-splitter SUCCESS in 5m 06s
Skipped 22 jobs

@alinabuzachis alinabuzachis added this to the 7.2.0 milestone Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug community_review module module needs_triage new_contributor Help guide this first time contributor plugins plugin (any type)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants