Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration. The reproduction MUST be executable by running terraform init && terraform apply without any further changes.
If your request is for a new feature, please use the Feature request template.
[x] I have searched the open/closed issues in this repository and my issue is not listed.
[x] I have checked that local tests are passing.
[x] If the issue is related to an AWS EKS add-on, I have searched the open/closed issues in the upstream aws-ia/terraform-aws-eks-blueprints and my issue is not listed.
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration. The reproduction MUST be executable by running
terraform init && terraform apply
without any further changes.If your request is for a new feature, please use the
Feature request
template.⚠️ Note
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
While upgrading to
3.17108.0
Reproduction Code [Required]
Use K8s version set to 1.28 for Blueprints 02
Expected behavior
The cluster comes up with not issue
Actual behavior
Node groups using Graviton does not finish to complete the creation process. They are pickup an AMI TYPE for 1.27
Terminal Output Screenshot(s)
It does not finish it keeps waiting until finish
Additional context