hey i made a deployment on aws, but then modified ...
# getting-started
s
hey i made a deployment on aws, but then modified the config of my rds instance. now i am getting errors due to discrepancy between what pulumi expects and what is actually on aws - are there commands to synchronize/ignore the discrepancy?
l
You can run
pulumi refresh
to update state from AWS.
s
sweet!