Skip to content

nalbam/terraform-aws-eks

Repository files navigation

terraform-aws-eks

build release

Requirements

Name Version
terraform >= 1.5
aws >= 5.1.0

Providers

Name Version
aws >= 5.1.0
kubernetes n/a
local n/a

Inputs

Name Description Type Default Required
account_id n/a string n/a yes
addons_configuration n/a map(string) {} no
addons_irsa_role n/a map(string) {} no
addons_resolve_conflicts_on_create n/a string "OVERWRITE" no
addons_resolve_conflicts_on_update n/a string "PRESERVE" no
addons_version n/a map(string) {} no
allow_cidr_cluster n/a list(string) [] no
allow_cidr_internal n/a list(string)
[
"10.0.0.0/8"
]
no
allow_cidr_public n/a list(string)
[
"0.0.0.0/0"
]
no
allow_prefix_list_ids n/a list(string) [] no
cluster_log_types n/a list(string)
[
"api",
"audit",
"authenticator",
"controllerManager",
"scheduler"
]
no
cluster_name n/a string n/a yes
enable_event n/a bool true no
endpoint_private_access n/a bool true no
endpoint_public_access n/a bool false no
iam_group n/a string "" no
iam_roles n/a list(any) [] no
ip_family n/a string "ipv4" no
kubernetes_version n/a string n/a yes
masters n/a list(string) [] no
region n/a string n/a yes
retention_in_days n/a number 30 no
save_aws_auth n/a bool true no
save_local_files n/a bool false no
sslvpn_name n/a string "" no
ssm_policy_name n/a string "" no
subnet_ids n/a list(string) n/a yes
tags n/a map(string) {} no
vpc_id n/a string n/a yes
worker_ami_arch n/a string "x86_64" no
worker_ami_keyword n/a string "*" no
worker_policies n/a list(string) [] no
worker_ports_internal n/a list(number) [] no
worker_ports_public n/a list(number) [] no
worker_source_sgs n/a list(string) [] no
workers n/a list [] no

Outputs

Name Description
cluster_certificate_authority n/a
cluster_endpoint n/a
cluster_name n/a
cluster_oidc_arn n/a
cluster_oidc_url n/a
cluster_role_arn n/a
cluster_role_name n/a
cluster_version n/a
cluster_vpc_config n/a
worker_ami_id n/a
worker_instance_profile_name n/a
worker_role_arn n/a
worker_role_name n/a
worker_security_group n/a
worker_sqs_id n/a
workers n/a