-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Resource google_cloud_run_service doesn't allow using attribute status.url #4908
Comments
google_cloud_run_service
doesn't allow using attribute status.url
Hey @bdubertret! This is actually a variant of #4091. At creation time, the API doesn't make all of the attributes available. |
@rileykarson I agree there is a problem at creation time, but even once it's created, when the
So even when this information is available, terraform still considers the output value unavailable :
Also, using
I'm not very up to date as to the roles between magic modules and the terraform provider, but it seems like something is lacking, that's maybe not limited to the availability of the |
Can you try a
|
Also, do you mind trying this syntax instead? Unintuitively, nested objects in Terraform are treated as 1-element lists.
|
@rileykarson Using |
Great! Sorry for your experience here. It looks like we have a PR out to poll for a ready state, so this should be fixed in |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/bdubertret/6a8a322be695034120d71c257e979d6d
Expected Behavior
Terraform should output the Cloud Run service url
Actual Behavior
Running
terraform apply
gives :Steps to Reproduce
terraform apply
References
This pull request introduces the
status.url
attribute ingoogle_cloud_run_service
but something seems to be missing for it to fulfill its roleThe text was updated successfully, but these errors were encountered: