Skip to content

Commit 39ffcb2

Browse files
DanielleDaniellem97
Danielle
authored andcommitted
fixed wording on note
1 parent daafe1b commit 39ffcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/stack/stack-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ output "dummy" {
7878
```
7979

8080
!!! note
81-
If you are using CloudFormation - adding an output is considered a [no-op](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-no-updates-to-perform){: rel="nofollow"}, so you will need to add a dummy output and a dummy resource, such as `AWS::CloudFormation::WaitConditionHandle`.
81+
If you are using CloudFormation - adding an output is considered a [no-op](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-no-updates-to-perform){: rel="nofollow"}, so if you are making an output-only change, you will need to make a modification to the Resources section of the CloudFormation template that is recognized as a change by CF - e.g adding a dummy resource like `AWS::CloudFormation::WaitConditionHandle`.
8282

8383
#### Vendor limitations
8484

0 commit comments

Comments
 (0)