You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/concepts/stack/stack-dependencies.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ output "dummy" {
78
78
```
79
79
80
80
!!! 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`.
0 commit comments