This message was deleted.
# aws
s
This message was deleted.
m
Hi @strong-helmet-83704, sorry you’re running into this. Does this issue reflect what you’re seeing?
s
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
m
I see. Would you mind opening a new issue at https://github.com/pulumi/pulumi-aws/issues? In the meantime, would ignoreChanges help as a workaround?
👀 1
s
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?