Skip to content

Commit

Permalink
Document caveat about stacks relying on template transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom committed Nov 28, 2024
1 parent e9c123c commit 171e44f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@ jobs:
```

The action will monitor stack update progress and fail if update fails.

## Known Limitations

This action doesn't work for stacks that rely on template transformations
(stack template has non-empty [“Transform” section][transform]).

On such stacks UpdateStack API call does not recognize parameters-only changes and the action reports there's nothing to update.

[transform]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-section-structure.html

0 comments on commit 171e44f

Please sign in to comment.