From fe83579997b2a1da3edd1fa276d511bfa1c29bb8 Mon Sep 17 00:00:00 2001 From: Luis Amaral <3392839+luiscamaral@users.noreply.github.com> Date: Sun, 19 Feb 2023 14:19:57 -0700 Subject: [PATCH] Update ref to eks-cluster-with-vpc on v4.13.1 (#121) --- docs/helpers/new-eks-cluster.md | 2 +- examples/eks-cluster-with-vpc/README.md | 2 +- examples/existing-cluster-nginx/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/helpers/new-eks-cluster.md b/docs/helpers/new-eks-cluster.md index 59bec488..f323bcdf 100644 --- a/docs/helpers/new-eks-cluster.md +++ b/docs/helpers/new-eks-cluster.md @@ -1,7 +1,7 @@ # Creating a new Amazon EKS cluster with VPC !!! note - This example is a subset from [this EKS Blueprint example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc) + This example is a subset from [this EKS Blueprint example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/v4.13.1/examples/eks-cluster-with-new-vpc) This example deploys the following: diff --git a/examples/eks-cluster-with-vpc/README.md b/examples/eks-cluster-with-vpc/README.md index 010302b7..e1e3f0b7 100644 --- a/examples/eks-cluster-with-vpc/README.md +++ b/examples/eks-cluster-with-vpc/README.md @@ -1,6 +1,6 @@ # EKS Cluster Deployment with new VPC -Note: This example is a subset from [this EKS Blueprint example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc) +Note: This example is a subset from [this EKS Blueprint example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/v4.13.1/examples/eks-cluster-with-new-vpc) This example deploys the following Basic EKS Cluster with VPC diff --git a/examples/existing-cluster-nginx/README.md b/examples/existing-cluster-nginx/README.md index c3c364e8..3618d300 100644 --- a/examples/existing-cluster-nginx/README.md +++ b/examples/existing-cluster-nginx/README.md @@ -46,7 +46,7 @@ Specify the AWS Region where the resources will be deployed. Edit the `terraform 4. Amazon EKS Cluster To run this example, you need to provide your EKS cluster name. -If you don't have a cluster ready, visit [this example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/main/examples/eks-cluster-with-new-vpc) +If you don't have a cluster ready, visit [this example](https://github.com/aws-ia/terraform-aws-eks-blueprints/tree/v4.13.1/examples/eks-cluster-with-new-vpc) first to create a new one. Add your cluster name for `eks_cluster_id="..."` to the `terraform.tfvars` or use an environment variable `export TF_VAR_eks_cluster_id=xxx`.