diff --git a/website/docs/introduction/setup/your-account/using-terraform.md b/website/docs/introduction/setup/your-account/using-terraform.md index ade8e77c8..bc92330a5 100644 --- a/website/docs/introduction/setup/your-account/using-terraform.md +++ b/website/docs/introduction/setup/your-account/using-terraform.md @@ -57,6 +57,7 @@ $ curl --remote-name-all https://raw.githubusercontent.com/VAR::MANIFESTS_OWNER/ Run the following Terraform commands to deploy your workshop environment. ```bash +$ export EKS_CLUSTER_NAME=eks-workshop $ terraform init $ terraform apply -var="cluster_name=$EKS_CLUSTER_NAME" -auto-approve ```