Skip to content
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

Support Terraform v0.15.0 / v1.0.0 #4

Closed
awsitcloudpro opened this issue Jun 13, 2021 · 1 comment
Closed

Support Terraform v0.15.0 / v1.0.0 #4

awsitcloudpro opened this issue Jun 13, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@awsitcloudpro
Copy link
Contributor

This repo is currently using Terraform (TF) v0.14.x or lower. It would be nice to use the latest TF version. I ran into a few issues when trying to do that - the terraform apply command errors out. I found that use of Terraform v0.15.0+ requires the following changes:

  • Replace TF function map() by tomap().
  • Update EKS module vesion to at least v15.2.0, to replace its internal use of list() by tolist().
  • Update AWS provider version to at least v3.37.0, to support the Warm Pool support added by the EKS module v15.2.0.
  • The source folder name can no longer be passed as an argument to the terraform init, plan, and apply commands.
@vara-bonthu
Copy link
Contributor

#9 Added new release

@vara-bonthu vara-bonthu unpinned this issue Jul 13, 2021
alidonmez pushed a commit to alidonmez/terraform-aws-eks-blueprints-1 that referenced this issue Mar 25, 2023
Added makefile targets to facilitate running automated tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants