-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Using license_specifications into terraform EKS self_managed_node_group module #2753
Comments
This issue has been automatically marked as stale because it has been open 30 days |
I think that the extra 's' in
is the cause of the Reference to undeclared resource
|
yep, that looks incorrect. feel free to open a PR and I'll merge it, thanks! |
This issue has been resolved in version 19.17.3 🎉 |
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. |
Description
I'm encountering an issue while attempting to define license_specifications within my Terraform configuration.
The error message I'm getting
A managed resource "license_specifications" "value" has not been declared in module.self_managed_node_group
Versions
Terraform v1.5.6 on darwin_arm64
provider registry.terraform.io/hashicorp/aws v5.15.0
provider registry.terraform.io/hashicorp/kubernetes v2.23.0
module AWS EKS version 19.16.0
Code
Output
Additional context
It works by applying this modification to the dynamic block:
conf
from
terraform-aws-eks/modules/self-managed-node-group/main.tf
Line 288 in 918aa7c
But this change probably isn't the best ide, it doesn't make sense to add the map to a list in this case.
The text was updated successfully, but these errors were encountered: