This error just started happening today. I haven't...
# google-cloud
c
This error just started happening today. I haven't changed anything regarding infrastructure
Copy code
Diagnostics:
  gcp:cloudrun:Service (api):
    error: 1 error occurred:
    	* updating urn:pulumi:gcp-fn::gcp-functions::gcp:cloudrun/service:Service::api: Error updating Service "locations/us-central1/namespaces/[secret]-reach-collector/services/api-d7cc8a9": googleapi: Error 409: Revision named 'api-d7cc8a9-00031-pag' with different configuration already exists.
For some reason add `autogenerateRevisionName: true,`to my service fixed this issue ¯\_(ツ)_/¯
h
funky. that didn't work for me.