This message was deleted.
# general
s
This message was deleted.
g
@creamy-potato-29402 ^
c
@busy-umbrella-36067 say more!
The reason we error out here is because
pulumi up
would error out. If we allow a refresh here, they’d refresh into a state of error, no?
What we should probably do is allow an annotation that opts out of the endpoints stuff.
b
@creamy-potato-29402 what happened is the sts/deploy behind that service was deleted
c
@busy-umbrella-36067 makes sense. We’ll fix this next week.
b
ideally I’d like Pulumi to just recognize that and recreate the missing resource
c
Oh I see.
You’re saying that you tried to refresh because the sts is missing.
Then that failed.
that is really interesting.
I had not considered this.
b
yeah, for instance: terraform does a refresh before any update
to make sure that any drift on the infrastructure doesn’t result in a failed deployment
c
ok I’ll take a look at this.