Skip to content

Commit

Permalink
Add a note about NoEcho parameter support in CloudFormation
Browse files Browse the repository at this point in the history
  • Loading branch information
rominf committed Nov 24, 2024
1 parent df133a1 commit bc46f6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/user-guide/aws/cloudformation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ Currently, support for `UPDATE` operations on resources is limited.
Prefer stack re-creation over stack update at this time.
{{< /callout >}}

{{< callout >}}
Currently, support for `NoEcho` parameters is limited.

Check failure on line 154 in content/en/user-guide/aws/cloudformation/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing spaces

content/en/user-guide/aws/cloudformation/index.md:154:55 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md009.md

Parameters will be masked only in the CLI: `describe-stacks` and `describe-change-set` or respective API

Check failure on line 156 in content/en/user-guide/aws/cloudformation/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing spaces

content/en/user-guide/aws/cloudformation/index.md:156:105 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md009.md
responses in `Parameters` section. This might expose sensitive information. Please exercise caution when using

Check failure on line 157 in content/en/user-guide/aws/cloudformation/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Max 1 sentence should be on a line

content/en/user-guide/aws/cloudformation/index.md:157:33 max-one-sentence-per-line Max 1 sentence should be on a line [Context: "section. This "] https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

Check failure on line 157 in content/en/user-guide/aws/cloudformation/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Max 1 sentence should be on a line

content/en/user-guide/aws/cloudformation/index.md:157:74 max-one-sentence-per-line Max 1 sentence should be on a line [Context: "rmation. Pleas"] https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

Check failure on line 157 in content/en/user-guide/aws/cloudformation/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing spaces

content/en/user-guide/aws/cloudformation/index.md:157:111 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md009.md
parameters with `NoEcho`.
{{< /callout >}}

### Intrinsic Functions

| Intrinsic Function | Supported | Explanation |
Expand Down

0 comments on commit bc46f6c

Please sign in to comment.