-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
- I have searched the open/closed issues in this repository and my issue is not listed.
- I have checked that local tests are passing.
- 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.
- If the issue is related to an AWS EKS add-on, I have checked that upstream tests for the eks terraform blueprints add-on are passing.
⚠️ Note
Before you submit an issue, please perform the following first:
- Remove the local
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
- Re-initialize the project root to pull down modules:
terraform init
- Re-attempt your terraform plan or apply and check if the issue still persists
Versions
-
Module version [Required]:
-
Terraform version:
- Provider version(s):
Reproduction Code [Required]
Steps to reproduce the behavior:
Running a fresh `ROOT=02-at-scale make deploy` from companion agent the terminal is throwing:
Error: Unsupported block type
on providers.tf line 24, in provider "helm":
24: kubernetes {
Blocks of type "kubernetes" are not expected here. Did you mean to define argument "kubernetes"? If so, use the equals sign to assign it a value.
Error: Unsupported block type
on .terraform/modules/eks/modules/eks-managed-node-group/main.tf line 139, in resource "aws_launch_template" "this":
139: dynamic "elastic_gpu_specifications" {
Blocks of type "elastic_gpu_specifications" are not expected here.
Error: Unsupported block type
on .terraform/modules/eks/modules/eks-managed-node-group/main.tf line 147, in resource "aws_launch_template" "this":
147: dynamic "elastic_inference_accelerator" {
Blocks of type "elastic_inference_accelerator" are not expected here.
Error: Unsupported block type
on .terraform/modules/eks/modules/self-managed-node-group/main.tf line 192, in resource "aws_launch_template" "this":
192: dynamic "elastic_gpu_specifications" {
Blocks of type "elastic_gpu_specifications" are not expected here.
Error: Unsupported block type
on .terraform/modules/eks/modules/self-managed-node-group/main.tf line 200, in resource "aws_launch_template" "this":
200: dynamic "elastic_inference_accelerator" {
Blocks of type "elastic_inference_accelerator" are not expected here.
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working