You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/existing-cluster-with-base-and-infra/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,12 @@ terraform init
35
35
36
36
2. EKS Cluster
37
37
38
-
To run this example, you need to provide your EKS cluster ID.
39
-
If you don't have a cluster ready, visit [this example](../new-empty-eks-cluster) first to create a new one.
38
+
To run this example, you need to provide your EKS cluster name.
39
+
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)
40
+
first to create a new one.
41
+
42
+
Add `eks_cluster_id=xxx` to your `terraform.tfvars` or use an environment variable `export TF_VAR_eks_cluster_id=xxx`.
40
43
41
-
Create a `terraform.tfvars` file and add `eks_cluster_id=xxx` to your `terraform.tfvars` or
0 commit comments