Skip to content

Commit

Permalink
Update ref to eks-cluster-with-vpc on v4.13.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscamaral authored Feb 19, 2023
1 parent 80b2961 commit fe83579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/helpers/new-eks-cluster.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion examples/eks-cluster-with-vpc/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/existing-cluster-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit fe83579

Please sign in to comment.