I’m trying to setup GitHub actions (using <these> ...
# google-cloud
e
I’m trying to setup GitHub actions (using these instructions) for running cicd with pulumi, but we get a error that the gcp plugin is not installed when we run the refresh step.
error: could not load plugin for gcp provider 'urn:pulumi:...::pulumi:providers:gcp::default': no resource plugin 'gcp' found in the workspace or on your $PATH
. I removed all the plugins locally, and found that the kubernetes plugin automatically downloads, but the gcp plugin doesn’t. Is this the way it’s supposed to be? I think i read somewhere that pulumi always automatically fetches the appropriate plugin