Skip to content

lucascosm3/terraform-eks

Repository files navigation

terraform-eks

Requirements

Name Version
aws ~> 5.0
helm 2.13.1
kubernetes 2.29.0

Providers

No providers.

Modules

Name Source Version
eks_aws_load_balancer_controller ./modules/aws-load-balancer-controller n/a
eks_cluster ./modules/cluster n/a
eks_managed_node_group ./modules/managed-node-group n/a
eks_network ./modules/network n/a

Resources

No resources.

Inputs

Name Description Type Default Required
cidr_block Networking CIDR block to be used for the VPC string n/a yes
project_name Project name to be used to name the resources (Name tag) string n/a yes
region AWS regiton to create the resources string n/a yes
tags A map of tags to add to all AWS resources map(any) n/a yes

Outputs

Name Description
certificate_authority n/a
cluster_endpoint n/a
oidc n/a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages