diff --git a/README.md b/README.md index d22c692f5b..d67381959d 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ If you are interested in contributing to EKS Blueprints, see the [Contribution g --- +> **_NOTE:_** Use terraform versions after version 1.0.0 and before version 1.3.0. +Support for 1.3.x and above [here](https://github.com/aws-ia/terraform-aws-eks-blueprints/issues/988) + ## Requirements diff --git a/docs/getting-started.md b/docs/getting-started.md index 6cde3993ca..d2bbea190a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -9,6 +9,8 @@ First, ensure that you have installed the following tools locally. 1. [aws cli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) 2. [kubectl](https://Kubernetes.io/docs/tasks/tools/) 3. [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) +> **_NOTE:_** Use terraform versions after version 1.0.0 and before version 1.3.0. +Support for 1.3.x and above [here](https://github.com/aws-ia/terraform-aws-eks-blueprints/issues/988) ## Deployment Steps