Skip to content

Commit

Permalink
Update using-terraform.md (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
progerjkd authored Apr 26, 2024
1 parent 0183885 commit 3fbed67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3fbed67

Please sign in to comment.