-
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 support for network endpoint groups #2263
Comments
This has been assigned to "modular-magician" for a few months yet but has yet to be autogenerated (I assume that means using the REST API to dynamically generate some terraform implementation?) Is there something I could do to help? I'm using network endpoint groups currently and I'd really like to manage them with terraform. |
Hey @josiahp, sorry that it's taking so long! The code is all ready to go, but there's an issue with the API itself that I'm waiting to get fixed. Once the holidays are over, I'll ping that team again to see if they have an ETA. |
@danawillow Hello! Did this ever get fixed? |
The issue with the API got fixed, but I haven't finished the resource yet. I'm taking a break from Terraform until late April, and I have it on my plate for when I get back. |
@danawillow is there a work-in-progress branch that we can toy with? |
Sure- danawillow/magic-modules@25fe50d (https://github.com/danawillow/magic-modules/tree/tf-2263). It'll need to be rebased on master, and there may have been changes to what gets put in the terraform.yaml file or the example, but you can go from there. https://github.com/GoogleCloudPlatform/magic-modules has more information on how to generate Terraform code with Magic Modules. |
@emilymye this can be closed now, right? |
Pretty sure there's nothing left to do here, but feel free to open if I'm mistaken. |
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
We should add support for creating and managing network endpoint groups via Terraform.
REST API: https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups/
New or Affected Resource(s)
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: