diff --git a/README.md b/README.md index 1617e51..32465f4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ module "eks" { } ``` +## Dependencies + +The `configure_kubectl_session` variable requires that both `[kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) +(>=1.10) and [`heptio-authenticator-aws`](https://github.com/heptio/authenticator#4-set-up-kubectl-to-use-heptio-authenticator-for-aws-tokens) +are installed and on your shell's PATH. + ## Testing This module has been packaged with [awspec](https://github.com/k1LoW/awspec) tests through [kitchen](https://kitchen.ci/) and [kitchen-terraform](https://newcontext-oss.github.io/kitchen-terraform/). To run them: diff --git a/main.tf b/main.tf index fb3134a..1dba8f1 100644 --- a/main.tf +++ b/main.tf @@ -33,6 +33,12 @@ * } * ``` +* ## Dependencies + +* The `configure_kubectl_session` variable requires that both `[kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) +(>=1.10) and [`heptio-authenticator-aws`](https://github.com/heptio/authenticator#4-set-up-kubectl-to-use-heptio-authenticator-for-aws-tokens) +are installed and on your shell's PATH. + * ## Testing * This module has been packaged with [awspec](https://github.com/k1LoW/awspec) tests through [kitchen](https://kitchen.ci/) and [kitchen-terraform](https://newcontext-oss.github.io/kitchen-terraform/). To run them: