This module provides the most low-level parts of the infrasructure, including networking, EKS cluster setup, etc.
Name | Description | Type | Default | Required |
---|---|---|---|---|
azs_count | Availability zones to deploy the infrastructure to | number |
3 |
no |
branch | Git branch for CodeBuild config | string |
n/a | yes |
cidr_block | CIDR block for EKS cluster | string |
"192.168.0.0/16" |
no |
eks_cluster_version | EKS version | string |
"1.23" |
no |
environment | Environment: dev or mainnet |
string |
n/a | yes |
git_configuration | Git config for CodeBuild | any |
n/a | yes |
profile | Terraform Workspace profile | map(string) |
{ |
no |
project | Project name for prefixing | string |
n/a | yes |
region | Region to deploy the infrastructure to | string |
"us-east-2" |
no |
route53_domain | Hosted zone to deploy Route53 records to | string |
n/a | yes |
sub_environment | Subenvironment for prefixing | string |
n/a | yes |