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

https://github.com/blackbird-cloud/terraform-aws-eks-external-dns-cloudflare

Terraform module to deploy External DNS with Cloudflare DNS on EKS
https://github.com/blackbird-cloud/terraform-aws-eks-external-dns-cloudflare

aws cloudflare eks external-dns terraform

Last synced: 2 months ago
JSON representation

Terraform module to deploy External DNS with Cloudflare DNS on EKS

Awesome Lists containing this project

README

          

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1 |
| [aws](#requirement\_aws) | 4.15.1 |
| [helm](#requirement\_helm) | 2.5.1 |
| [kubernetes](#requirement\_kubernetes) | 2.11.0 |

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 4.15.1 |
| [helm](#provider\_helm) | 2.5.1 |
| [kubernetes](#provider\_kubernetes) | 2.11.0 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [helm_release.external_dns](https://registry.terraform.io/providers/hashicorp/helm/2.5.1/docs/resources/release) | resource |
| [kubernetes_namespace.external_dns](https://registry.terraform.io/providers/hashicorp/kubernetes/2.11.0/docs/resources/namespace) | resource |
| [kubernetes_secret.cloudflare](https://registry.terraform.io/providers/hashicorp/kubernetes/2.11.0/docs/resources/secret) | resource |
| [aws_eks_cluster.cluster](https://registry.terraform.io/providers/hashicorp/aws/4.15.1/docs/data-sources/eks_cluster) | data source |
| [aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/4.15.1/docs/data-sources/eks_cluster_auth) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [annotations](#input\_annotations) | Annotations applied to all Kubernetes resources | `map(string)` | `{}` | no |
| [cloudflare\_email](#input\_cloudflare\_email) | Cloudflare email associated with the token | `string` | n/a | yes |
| [cloudflare\_token](#input\_cloudflare\_token) | Cloudflare API token, base64 encoded | `string` | n/a | yes |
| [cluster\_id](#input\_cluster\_id) | AWS EKS cluster ID | `string` | n/a | yes |
| [dns\_zones](#input\_dns\_zones) | List of dns zones we will be creating certificates for | `list(string)` | n/a | yes |
| [labels](#input\_labels) | Labels applied to all Kubernetes resources | `map(string)` |

{
"istio-injection": "disabled"
}
| no |
| [name](#input\_name) | Name of the application | `string` | `"external-dns"` | no |

## Outputs

No outputs.