https://pulumi.com logo
Title
g

gentle-diamond-70147

05/09/2019, 3:52 PM
@straight-napkin-70642 can you elaborate on what you're trying to achieve? By default, a
pulumi up
does not do a refresh from your cloud. That's what
--refresh
or
pulumi refresh
is for.
s

straight-napkin-70642

05/09/2019, 7:02 PM
I'm gonna try to reproduce it, but basically I had this deploy https://github.com/gmiretti/pulumi-aws-py-lambda-api-gateway/blob/master/__main__.py#L87 , removed the proxy+ method , updated and the API wasn't redeployed in the stage, it wasn't "refreshed" (recreated in pulumi jargon?)
it happen again, the stage wasn't redeployed, even when a dependency of the Deployment was erased
g

gentle-diamond-70147

05/09/2019, 7:16 PM
What specifically did you remove?
s

straight-napkin-70642

05/09/2019, 7:22 PM
example_int, proxy_res, proxy_met (sorry for the variable names) 😳
and removed example_int from example_dep depends_on