IaC repository for terraform configuration of cloud resources.
- Install
awsCLI by following the instructions here - Create an AWS account for
terraformwithAdministratorAccesspermission
aws configure --profile terraform
terraform init
terraform apply
# Configure kube context
aws eks update-kubeconfig --region eu-west-1 --name eks --profile terraformSee quick start for quick start instructions.