Skip to content

My presentation in the DevSecOps space for the Ekoparty 2020 🦄

License

Notifications You must be signed in to change notification settings

fmdlc/tf-demo-eks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-demo-eks

Terraform Execution

This set of Terraform HCL files, pretends to be only examples for training purposes. It's a straightforward exercise to introduce people into the Terraform world.

Linkedin LinkedInGitHub GitHub

Requirements

Name Version
terraform >= 0.13
kubernetes ~> 1.9

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
aws_region Default AWS region string "us-east-1" no
environment Account environment string "prod" no
vpc_cidr The VPC CIDR to use string "10.0.0.0/16" no
vpc_name The main VPC name string "main" no
vpc_public_subnets n/a map
{
"us-east-1a": "10.0.1.0/24",
"us-east-1b": "10.0.2.0/24",
"us-east-1c": "10.0.3.0/24"
}
no

Outputs

Name Description
cluster_endpoint Endpoint for EKS control plane.
cluster_security_group_id Security group ids attached to the cluster control plane.
config_map_aws_auth A kubernetes configuration to authenticate to this EKS cluster.
kubectl_config kubectl config as generated by the module.

Known issues

No known issues so far.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Authors

Module managed by Facu de la Cruz

License

Apache 2.0

About

My presentation in the DevSecOps space for the Ekoparty 2020 🦄

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages