-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python / GCP] 404 when trying to create gcp.cloudrun.IamMember #611
Comments
Possible duplicate to https://github.com/pulumi/pulumi/issues/7439 |
Hi @karolzlot What version of pulumi-gcp are you using? I can't recreate this using the latest version Paul |
I installed pulumi in last few days.
I checked now again, and I still have this error. |
@stack72 |
It looks like a
and then it works for me. I agree we could provide a better validation and error message, but that's largely on the upstream provider, there isn't much we can do. Since the issue is quite old and I tested the resource, I'll go ahead and close it. Please open a new one if anybody still has troubles here. |
Steps to reproduce
Create new Google Cloud project and deploy this Pulumi code. It works ok.
pulumi up
)Expected:
It should be deployed ok and allow me to reach Cloud Run service by its URL.
This is what I am trying to do, but code from this article is in Typescript: https://www.pulumi.com/blog/google-cloud-run-serverless-containers/
Actual:
The text was updated successfully, but these errors were encountered: