-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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: Implement data source for EKS Manage Node Groups #13442
Comments
I'm willing to work on this as it's something we need at the minute, some feedback and thoughts will be appreciated |
nearly a year old, and the PR is still open? |
Hey @DonBower! I'm the individual contributor for the PR related to this issue, I believe I have pending to do some modifications they are recommending us to do on this comment #13564 (comment) Maybe that's why it's being stuck in that state, will try to find some time to address those and see if that move things forward as well as upgrade from master |
Thanks, @zot24 Can't wait to use it! |
@blflad do you know when the PR for this will be merged? |
+1 for having data-source of aws_eks_node_group.... |
This functionality has been released in v3.59.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
At the minute there is no data source for EKS Manage Node Groups https://www.terraform.io/docs/providers/aws/r/eks_node_group.html only the resource, will be interesting to have the information from that created resource for different scenarios.
For example when building the
aws-auth
from a different plan than the one creating the node groups https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/aws_auth.tf#L62 you can gather all the information from https://docs.aws.amazon.com/cli/latest/reference/eks/describe-nodegroup.html to build themap_role
using the specificrole_arn
fromnodeRole
set to your node groupNew or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: