-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cloud Run support #3421
Comments
also: i would be happy to attempt implementing this |
we are always open to community contributions! as a side note, we generally are trying to develop new resources via our autogeneration repo, https://github.com/GoogleCloudPlatform/magic-modules |
@emilymye thank you! started working on PR here: GoogleCloudPlatform/magic-modules#1643 |
@emilymye I'm currently stuck on the API calls to the Cloud Run REST API. they are all returning 400, even simple GET/list operations. Googling did not yield anything helpful. I even tried setting the default region for my project. Here's the comment: GoogleCloudPlatform/magic-modules#1643 (comment) any thoughts on this, or where i can go for help with this? |
@quinn My understanding is that the That being said the |
@chrisst thanks for the update ! looking forward to this being available |
What is the current ETA/current progress on this module? Thoroughly looking forward to integrating with this! @chrisst |
I've implemented this locally. Happy to help whoever is working on PR for this. |
Quick update on this. I've been talking with the Cloud Run team and have found that while the Cloud Run product is in We do not want to release a Terraform resource that will have to change within months of its release or one that relies on alpha apis that are still stabilizing. Additionally we strive to not introduce intentional breaking changes to our The code in the linked PR is currently functional and tested against the |
@chrisst, is the new 0.7.0 release of KNative/serving the one we've been waiting for? It looks like https://github.com/knative/serving/releases/tag/v0.7.0 |
@sheepsteak yup that's the one! Once the Cloud Run API's migrate to the |
The cloudrun REST API hasn't been released at |
With the initial release of |
Since this is supported (it isn't documented on our sidebar- fixing that with GoogleCloudPlatform/magic-modules#2263), I'm closing this issue out. #4262 can cover the features @mbrancato raised that it appears we're missing. |
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
Description
Is there a plan to implement GCP's new "cloud run" functionality?
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: