Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imjoseangel/terraform-aws-kubernetes

Terraform module to create an Elastic Kubernetes (EKS) cluster and associated resources
https://github.com/imjoseangel/terraform-aws-kubernetes

aws cloud eks elastic-kubernetes-service kubernetes terraform terraform-module

Last synced: 2 days ago
JSON representation

Terraform module to create an Elastic Kubernetes (EKS) cluster and associated resources

Awesome Lists containing this project

README

        

# AWS EKS Terraform module

[![Terraform](https://github.com/imjoseangel/terraform-aws-kubernetes/actions/workflows/terraform.yml/badge.svg)](https://github.com/imjoseangel/terraform-aws-kubernetes/actions/workflows/terraform.yml)

## Deploy a Terraform AWS Kubernetes Service

Terraform module to create an Elastic Kubernetes (EKS) cluster and associated resources

### NOTES

* None

## Usage in Terraform 1.0

```terraform
module "eks" {
source = "github.com/imjoseangel/terraform-aws-kubernetes"
}
```

## Authors

Originally created by [imjoseangel](http://github.com/imjoseangel)

## License

[MIT](LICENSE)