org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
85 stars 21 forks source link

Add Community::EC2::CoreNetworkRoute #120

Closed rene84 closed 1 year ago

rene84 commented 1 year ago

Issue 119.

Adds Community::EC2::CoreNetworkRoute which is a route in a routetable to a CloudWan core network.

rene84 commented 1 year ago

Hmm, we just found out that this resource needs to be a little bit smarter. It should wait for the VPCAttachment that connects the VPC where the route table is to the CoreNetwork is actually available otherwise it will fail.

This is especially relevant in the scenario where an approval is necessary to attach a VPC to the CoreNetwork (recommended option)