https://pulumi.com logo
s

stale-continent-157

09/07/2023, 3:05 AM
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

little-cartoon-10569

09/07/2023, 3:28 AM
You can run
pulumi refresh
to update state from AWS.
s

stale-continent-157

09/07/2023, 1:22 PM
sweet!