File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
examples/eks-cluster-with-vpc Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,14 @@ Specify the AWS Region where the resources will be deployed:
3333export TF_VAR_aws_region=xxx
3434```
3535
36+ ### 3. Cluster Name
37+
38+ Specify the name of your EKS cluster:
39+
40+ ``` bash
41+ export TF_VAR_cluster_name=xxx
42+ ```
43+
3644## Deploy
3745
3846Simply run this command to deploy the example
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ terraform init
4747Verify the resources created by this execution
4848
4949``` sh
50- export TF_VAR_aws_region=< ENTER YOUR REGION> # Select your own region
50+ export TF_VAR_aws_region=< ENTER YOUR REGION> # Select your own region
51+ export TF_VAR_cluster_name=< ENTER YOUR CLUSTER NAME> # Enter your cluster name
5152terraform plan
5253```
5354
You can’t perform that action at this time.
0 commit comments