-
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
Add resources for Cloud Task Queues #2367
Comments
I've started a local branch for this, just need to write tests. Never contributed to this repo before -- do I need permission to push my branch? |
If you fork the repo (for example, I forked to https://github.com/rileykarson/terraform-provider-google) and push your branch there, you can make a pull request against this repo. |
What's the status of development for this feature? |
Hello! I can take a look at this. |
Hey @mccall114! A member of my team (@rambleraptor above) was interested in picking up this feature. If you've got substantial work staged on the feature, please let me know so that both of you don't repeat too much of the same work! |
Hey @rileykarson & @rambleraptor. I got a lot of the functionality working in this branch of my fork. I didn't get around to finishing the tests, so feel free to pick up from where I left off or do your own thing. |
Hi @mccall114 / @rambleraptor, any updates on when the Cloud Task changes will be available for use? Thank you! |
This was fixed via GoogleCloudPlatform/magic-modules#2662 and will be available soon |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
Google Cloud Tasks is a service that provides task queues for App Engine apps. Unlike App Engine task queues, they are managed through a REST API. Ideally, these could be provisioned using Terraform.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: