Ben Allen c0d54bc4ea first commit il y a 1 mois
..
.terraform.lock.hcl c0d54bc4ea first commit il y a 1 mois
README.md c0d54bc4ea first commit il y a 1 mois
main.tf c0d54bc4ea first commit il y a 1 mois
outputs.tf c0d54bc4ea first commit il y a 1 mois
terraform.tfvars c0d54bc4ea first commit il y a 1 mois
variables.tf c0d54bc4ea first commit il y a 1 mois

README.md

Basic Example

This example deploys the local EKS module with a new VPC and a bootstrap managed node group.

Usage

cd examples/basic
terraform init
terraform plan

Override values with -var arguments or a .tfvars file if needed.

Notes

  • The managed node group provides the initial cluster capacity.