/k8s-terraform

small infrascode for my AWS cluster

Primary LanguageHCL

Terraform

small infrascode for my AWS cluster using terraform.

What this repo will create

  • A VPC module
  • A IAM module
  • A bastion host
  • EC2 for the control plane, etcd and workers

Running

If you need more control planes, etcd or workers change the terraform.tfvars then run:

terraform plan
terraform apply