You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* module.eks.aws_launch_configuration.workers[1]: Resource 'aws_iam_instance_profile.workers' not found for variable 'aws_iam_instance_profile.workers.id'
* module.eks.aws_launch_configuration.workers[0]: Resource 'aws_iam_instance_profile.workers' not found for variable 'aws_iam_instance_profile.workers.id'
Previous code had it properly select via the count index
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I have issues
@max-rocket-internet
Quick heads-up
This change broke worker launch configurations for multiple worker group configurations:
https://github.com/terraform-aws-modules/terraform-aws-eks/blame/master/workers.tf#L31
Previous code had it properly select via the count index
I'm submitting a...
What is the current behavior?
If this is a bug, how to reproduce? Please include a code sample if relevvant.
Sample multi worker group config
What's the expected behavior?
Are you able to fix this problem and submit a PR? Link here if you have already.
Can submit PR by end of day 9/25 if a fix doesn't make it in
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: