Has anyone seen this kind of error when running a ...
# google-cloud
f
Has anyone seen this kind of error when running a
pulumi up --target=<anything>
?
Copy code
: provider urn:pulumi:environment::application::pulumi:providers:gcp::default_8_19_1::<uuid> for resource urn:<my-resource> has not been registered yet, this is due to a change of providers mixed with --target. Change your program back to the original providers
h
@full-eve-52536 I am running into this error. How did you resolve yours? I'm leveraging
--target
because my colleague and I are deploying resources to the same stack on different branches. He is not encountering this problem.
f
If I remember correctly it was because I had outdated pulumi modules installed locally. Upgrading my modules using our package manager fixed the issue. We use yarn so running a yarn install fixed my issue