Skip to content
Discussion options

You must be logged in to vote

We had the same issue with our VpcStack during the upgrade from CDKv1 to CDKv2. Thanks to a colleague and the comment from gshpychka, we figured out what the problem was. The stack was initially created without specifying a region, the region was later added and the stack was never deployed again since then. You'll probably see this in your output too.

Conditions
[-] Condition CDKMetadataAvailable: {"Fn::Or":[{"Fn::Or":[{"Fn::Equals":[{"Ref":"AWS::Region"},"af-south-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-east-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-northeast-1"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-northeast-2"]},{"Fn::Equals":[{"Ref":"AWS::Region"},"ap-south-1"]},{"Fn::…

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@rorra
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rorra
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by peterwoodworth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants