This message was deleted.
# getting-started
s
This message was deleted.
w
pulumi refresh
should see the change and allow you to update the state accordingly such that a subsequent
pulumi up
will remove the tag since it’s not being set in your code. A variation on this is
pulumi up -r
which does the refresh and update in one call.