-
Notifications
You must be signed in to change notification settings - Fork 398
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
base: main
Are you sure you want to change the base?
Conversation
Docs Build 📝Thank you for contribution!✨ The docsite for this PR is available for download as an artifact from this run: You can compare to the docs for the File changes:
Click to see the diff comparison.NOTE: only file modifications are shown here. New and deleted files are excluded. 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">"CAPABILITY_IAM"</span></code></p></li>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"CAPABILITY_NAMED_IAM"</span></code></p></li>
+<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"CAPABILITY_AUTO_EXPAND"</span></code></p></li>
</ul>
</div></td>
</tr>
|
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 30s (non-voting) |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 4m 34s (non-voting) |
recheck |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 20s (non-voting) |
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