I think Stackup transforms !Condition foo into {"Fn::Condition": "foo"} when it should just be {"Condition": "foo"}.
This breaks nested conditions such as the YAML example at the bottom of this AWS doc.
Maybe we need to handle Condition the same way we handle Ref here.
I think Stackup transforms
!Condition foointo{"Fn::Condition": "foo"}when it should just be{"Condition": "foo"}.This breaks nested conditions such as the YAML example at the bottom of this AWS doc.
Maybe we need to handle Condition the same way we handle Ref here.