Hi, everyone, i’m new in pulumi, so i added some r...
# general
p
Hi, everyone, i’m new in pulumi, so i added some resources to a stack stack that is already deployed and when i ran
pulumi preview
i got some of the old resources in yellow…my question is those resource will get modified?
l
Yes, these resources would be changed if you run the next
pulumi up
. Use
pulumi preview --diff
to see more details on the proposed changes.