-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Feature Request: Resource for managing AWS Glue Developer Endpoints #3876
Comments
Ah, this is what I'm looking for! I'm interested in trying to contribute to Terraform (love this product, you guys, it's amazing), this seems like a reasonable place to start... but I'm not that familiar with Go or the Terraform code (just it's usage). Any pointers? Both the raw "getting setup to dev TF" (although there's stuff in the contribution guidelines for that) and the "how to effectively stare at our code" would be appreciated. My use case it making it easy to boot up (and tear down) a Zeppelin notebook; they're amazing, but expensive to keep running. I have a working CloudFormation template for the dev endpoint (if that would be helpful); the Zeppelin CF template then relies on some values that come from the dev endpoint that are accessible via the AWS CLI; presumably, this means if there's a Terraform resource for the dev endpoint, they'd be usable in a CF template managed by TF, even if a Zeppelin notebook resource is beyond the TF scope (which... is likely, looking at the CF template). |
Out of curiosity, has this feature request already been taken into the roadmap for the TF AWS provider? |
I added a PR that adds the resource |
Thanks @jckuester! |
Closed via #7895 |
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. Thanks! |
Split feature request from #1416. For issues not immediately being worked on, please use 👍 upvotes on this original issue comment to help guage community interest.
Terraform Version
Affected Resource(s)
aws_glue_dev_endpoint
Terraform Configuration Files
Expected Behavior
Create, read, update, and delete support for AWS Glue developer endpoints.
Actual Behavior
Resource not implemented.
References
The text was updated successfully, but these errors were encountered: