This message was deleted.
# aws
s
This message was deleted.
l
Do you have more than one of gateway and subnet specified?
a
Negative
All I did was change the identifying parts of the subnet and rtb id's to protect the innocent
l
It should be fairly easy to track the problem down, there's a lot of info in that error message. How are you creating your RouteTableAssociation objects? Has the code for platform-public-0.prod been created using
pulumi import
?
I'm guessing that it has been created with both a gatewayId and a submetId, one of which has an empty value instead of undefined (or omitted). Removing the offending property should resolve the problem.