This message was deleted.
# general
s
This message was deleted.
s
I'm reasonably certain this would be expected behavior for
pulumi destroy
, but I didn't think
pulumi up
worked the same way. Making some internal inquiries now.
a
Thank you, Just putting this info here if needed pulumi v.3.99.0, pulumi-aws=6.15.0
👍🏻 1
s
OK, this is expected behavior. You'll need to run
pulumi refresh
first, or use
pulumi up --refresh
to address this sort of situation.
a
Thank you!
s
There's also a project configuration option that allows you to set this behavior to happen automatically. See here: https://www.pulumi.com/docs/concepts/projects/project-file/#example-project-file-with-all-possible-attributes
a
Great, will take a look, thanks again
s
No problem, happy to help!