Skip to content

waiyanmin95/aws-eks-infra

 
 

Repository files navigation

AWS EKS INFRA


Requirements

Name Version
terraform ~> v0.13.4
aws ~> 3.16.0
kubernetes ~> 1.9
kubernetes >= 1.13.3
local ~> 2.0.0
null ~> 2.1
random ~> 3.0.0
template ~> 2.1
tls ~> 3.0.0

Providers

Name Version
aws ~> 3.16.0
local ~> 2.0.0
random ~> 3.0.0
tls ~> 3.0.0

Inputs

Name Description Type Default Required
alb n/a
object({
cluster_type = string
namespace = string
})
n/a yes
aws_access_key n/a string n/a yes
aws_secret_key n/a string n/a yes
domain External DNS string n/a yes
eks AWS EKS Variables
object({
cluster_version = string
override_instance_types = list(string)
spot_instance_pools = number
asg_max_size = number
is_public_ip = bool
asg_desire_cap = number
map_users = list(object({ userarn = string, username = string, groups = list(string) }))
map_accounts = list(string)

})
n/a yes
key_name AWS Key_pair variables string n/a yes
rds n/a
object({
engine = string
engine_version = string
instance_class = string
storage = string
db_name = string
db_username = string
db_password = string
db_port = string
family = string
option = string
deletion = bool
maintenance = string
backup = string
})
n/a yes
region AWS Region string "ap-southeast-1" no
vpc AWS VPC Variables
object({
cidr = string
azs = list(string)
pri_sub = list(string)
pub_sub = list(string)
database_sub = list(string)
is_enable_natgw = bool
is_enable_vpngw = bool
is_single_natgw = bool
is_one_natgw_per_az = bool
db_sub_grp_create = bool
db_sub_rt_create = bool
})
n/a yes

Outputs

Name Description
database_connection_endpoint Database Connection Endpoint
database_instance_address Database Instance Address
database_password Database Password
database_username Database Username
eks_security_group EKS Security Group
kubeconfig Kubeconfig Output
private_key Private Pem Key

About

AWS EKS INFRASTRUCTURE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%