Skip to content

Commit 397969b

Browse files
committed
added link to EKS docs
1 parent 3d2d3df commit 397969b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_examples/eks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ The number of worker nodes, and the instance type, can be specified at apply tim
4444
```
4545
terraform apply -var=workers_count=4 -var=workers_type=m4.xlarge
4646
```
47+
48+
## Additional configuration of EKS
49+
50+
To view all available configuration options for the EKS module used in this example, see [terraform-aws-modules/eks docs](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest).

0 commit comments

Comments
 (0)