This message was deleted.
s
This message was deleted.
b
which version of the gcp provider are you using?
a
Jaxx, thanks for you response!.
I am going to test this recommendation!
@billowy-army-68599 the issue to persist.
Do you have any recommendation about this?
part of script is:
pulumi stack select ${BRANCH}
pulumi config set gcp:credentials dev
pulumi refresh -s ${BRANCH} -y
pulumi up -s ${BRANCH} -y
b
are you using the latest version of the provider? it looks to me based on the error that perhaps someone has modified the cloudrun resource out of band from Pulumi?
a
I have the 2.8.0 pulumi version
Copy code
resource plugin gcp-3.8.0
b
as I said, the current version deployed seems to be later than what pulumi is trying to deploy, can you roll it back?
a
at the momento no.
Hi @billowy-army-68599. I am trying to lunch from local the destroy but I have the following issue: _error: could not validate provider configuration: 1 error occurred: JSON credentials in "/opt/bitnami/apps/jenkins/jenkins_home/workspace/data-gathering-deploy@tmp/secretFiles/77efbba0-becc-4b9a-b67a-317bb137adb4/pivotal-spark-262418-583de5d5cd80.json" are not valid: invalid character '/' looking for beginning of value_
Can you help me?
b
how is your provider configured in your code?
it looks like your gcloud credentials aren't valid, or it's not a valid json file
a
ok, I understand!
thanks for you response! 🙂
you are the best!