I am using automation api to create my infra on gc...
# automation-api
d
I am using automation api to create my infra on gcp, when i run the infra from localhost, thats pulumi up, it works fine, but with autimation api on GCP's cloud build, i get this error - Panic: runtime error: invalid memory address or nil pointer dereference
b
Definitely too little context to even have the slightest idea what's wrong with the deployment on GCP. Typically those kind of errors stem from invalid Linux base components like GLIBC. How'd you create you deployment to GCP?
d
I am using this example, https://github.com/pulumi/automation-api-examples/tree/main/python/remote_deployment, even running as it is and providing the AWS CREDs i get this error - my main.py file