Hi – We’re trying to use Pulumi to automate Google...
# google-cloud
f
Hi – We’re trying to use Pulumi to automate Google Cloud Run. Running
pulumi up
hangs for 20 minutes, then results in this version conflict error:
Copy code
gcp:cloudrun:Service (fut-core-api-staging):
      error: 1 error occurred:
      	* updating urn:pulumi:fut-skills-staging::gcp-skills::gcp:cloudrun/service:Service::fut-core-api-staging: 1 error occurred:
      	* Error updating Service "locations/us-east4/namespaces/fut-skills-staging/services/fut-core-api-staging-d3bb4dc": googleapi: Error 409: Conflict for resource 'fut-core-api-staging-d3bb4dc': version '1669423190235241' was specified but current version is '1669424143299594'.
We tried running
pulumi refresh
then
pulumi up
. This worked one time, but not consistently. Any ideas?
b
can you share your code and the output for
pulumi about
f
Sure. Thx @billowy-army-68599
Copy code
$ pulumi about
CLI          
Version      3.48.0
Go Version   go1.19.2
Go Compiler  gc

Plugins
NAME    VERSION
gcp     6.37.0
nodejs  unknown

Host     
OS       ubuntu
Version  22.04
Arch     x86_64

This project is written in nodejs: executable='/usr/local/node/bin/node' version='v16.14.2'

Backend        
Name           <http://pulumi.com|pulumi.com>
URL            <https://app.pulumi.com/andylibrian>
User           andylibrian
Organizations  andylibrian, followupthen

Dependencies:
NAME            VERSION
@pulumi/gcp     6.37.0
@pulumi/pulumi  3.40.1
@types/node     14.18.29

Pulumi locates its logs in /tmp by default
b
Need some code to reproduce it