Skip to content

Latest commit

 

History

History

aws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

aws

Summmary

This module provides the most low-level parts of the infrasructure, including networking, EKS cluster setup, etc.

Inputs

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)
{
"default": "_dont_use_default_namespace",
"filecoin-glif-dev-apn1": "filecoin",
"filecoin-glif-mainnet-apn1": "filecoin"
}
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