Skip to content

Commit fe83579

Browse files
authored
Update ref to eks-cluster-with-vpc on v4.13.1 (#121)
1 parent 80b2961 commit fe83579

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/helpers/new-eks-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Creating a new Amazon EKS cluster with VPC
22

33
!!! note
4-
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)
4+
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)
55

66
This example deploys the following:
77

examples/eks-cluster-with-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# EKS Cluster Deployment with new VPC
22

3-
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)
3+
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)
44

55
This example deploys the following Basic EKS Cluster with VPC
66

examples/existing-cluster-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Specify the AWS Region where the resources will be deployed. Edit the `terraform
4646
4. Amazon EKS Cluster
4747

4848
To run this example, you need to provide your EKS cluster name.
49-
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)
49+
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)
5050
first to create a new one.
5151

5252
Add your cluster name for `eks_cluster_id="..."` to the `terraform.tfvars` or use an environment variable `export TF_VAR_eks_cluster_id=xxx`.

0 commit comments

Comments
 (0)