Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#getting-started
Title
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!
Post