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
I can update a stack with a new wait condition logical resource id without any problems
Observed Behavior
On update, I sometimes get buggy circular dependency errors:
CloudFormationServiceException [ValidationError]: Circular dependency between resources: [DiskUsageHighAlarm]
There are no references to DiskUsageHighAlarm anywhere in the template (only one result when I search for it), so there's no way it could be depending on itself.
Test Cases
Create a stack with a wait condition named WaitConditionA and another resource that depends on WaitConditionA
Signal WaitConditionA and wait for the stack to update
replace WaitConditionA with WaitConditionB in the template
Update the stack with the new template
Other Details
No response
The text was updated successfully, but these errors were encountered:
Name of the resource
AWS::CloudWatch::Alarm
Resource Name
No response
Issue Description
I tried working around #1097 by randomly generating a wait condition:
And then using it like so in my JS that generates the template:
Expected Behavior
I can update a stack with a new wait condition logical resource id without any problems
Observed Behavior
On update, I sometimes get buggy circular dependency errors:
There are no references to DiskUsageHighAlarm anywhere in the template (only one result when I search for it), so there's no way it could be depending on itself.
Test Cases
WaitConditionA
and another resource that depends onWaitConditionA
WaitConditionA
and wait for the stack to updateWaitConditionA
withWaitConditionB
in the templateOther Details
No response
The text was updated successfully, but these errors were encountered: