Ben Allen 34908b7420 first commit 1 miesiąc temu
..
.terraform.lock.hcl 34908b7420 first commit 1 miesiąc temu
README.md 34908b7420 first commit 1 miesiąc temu
main.tf 34908b7420 first commit 1 miesiąc temu
outputs.tf 34908b7420 first commit 1 miesiąc temu
terraform.tfvars 34908b7420 first commit 1 miesiąc temu
variables.tf 34908b7420 first commit 1 miesiąc temu

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.