Hi friends, i’m experiencing a state diff with the...
# python
s
Hi friends, i’m experiencing a state diff with the aws.Route resource - I’m using a transit_gateway_id=tgw_id to define the route attached to a RouteTable with no other routes declared during table creation. I have a feeling this relates to route list item order being pushed out when using used in conjunction with a propagating VGW. I just can’t put my finger on it. Halp? 🚁
I have read the warnings here and i’m pretty sure i’m avoiding those https://www.pulumi.com/registry/packages/aws/api-docs/ec2/route/
Best i can understand this anomaly is that the Route resource modifies the RouteTable resource in a way that does not notify the RouteTable of the new route. I wonder if i could use a transformation to fix this?