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
This module no longer seems to be working for terraform < 1.0
$ terraform init -upgrade
Upgrading modules...
Downloading terraform-aws-modules/eks/aws 18.26.0 for eks...
- eks in .terraform/modules/eks
- eks.eks_managed_node_group in .terraform/modules/eks/modules/eks-managed-node-group
- eks.eks_managed_node_group.user_data in .terraform/modules/eks/modules/_user_data
- eks.fargate_profile in .terraform/modules/eks/modules/fargate-profile
Downloading terraform-aws-modules/kms/aws 1.0.0 for eks.kms...
- eks.kms in .terraform/modules/eks.kms
- eks.self_managed_node_group in .terraform/modules/eks/modules/self-managed-node-group
- eks.self_managed_node_group.user_data in .terraform/modules/eks/modules/_user_data
....
Error: Unsupported Terraform Core version
on .terraform/modules/eks.kms/versions.tf line 2, in terraform:
2: required_version = ">= 1.0"
Module module.eks.module.kms (from terraform-aws-modules/kms/aws) does not
support Terraform version 0.14.11. To proceed, either choose another supported
Terraform version or update this version constraint. Version constraints are
normally setfor good reason, so updating the constraint may lead to other
errors or unexpected behavior.
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
This module no longer seems to be working for terraform <
1.0
It could be due to the
kms
module which was added in v18.24.1...v18.25.0Before 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
Module version [Required]:
18.26.0
Terraform version:
0.14.6
aws v4.20.1
Reproduction Code [Required]
Steps to reproduce the behavior:
.terraform
directoryterraform init
with a terraform version less1.x
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: