This message was deleted.
# general
s
This message was deleted.
b
What version of the gcp provider are you using? We are at >2.0.0
s
@broad-dog-22463 I’ve tried it with the current
@pulumi/gcp: 2.13.0
version (checked in
package-lock.json
). But it’s an indirect dependency from our module. Here’s the longer whole output from CircleCI. It works locally without this error message.
b
That's a package from November 2019 - I have just ran the command
pulumi plugin install resource gcp v1.6.0
and was able to get the package
are you able to find out where in the package-lock file gcp 1.6.0 is?
s
@broad-dog-22463 There’s no
gcp 1.6.0
in the
package-lock.json
. I’ve searched for
1.6.0
and only found
Copy code
"@pulumi/kubernetes": {
                    "version": "1.6.0",
Yeah,
pulumi plugin install resource gcp v1.6.0
works here (in comparison to
v1.4.5
what Nils mentioned). Still, why do we need this? I mean @gentle-diamond-70147 recently mentioned that this shouldn’t be needed normally.