Hi @strong-helmet-83704, sorry you’re running into this. Does this issue reflect what you’re seeing?
s
strong-helmet-83704
05/30/2023, 8:04 PM
Close but not quite.
#1574 is related to various gateway type names being valid inputs which are later updated because the cloud stores them differently.
My issue uses the correct type of gateway - but the route is created by aws.Route - when i create the RouteTable routes=[] - so i think the state goes from nothing to something but the state of RouteTable is not updated by Route
ignoreChanges on the RouteTable routes property seems to help with some issues i was facing. But doing a refresh after the deployment still seems to find the change in the RouteTable… should it just ignore them completely during refresh?