Name | Version |
---|---|
terraform | >= 1 |
aws | 4.15.1 |
helm | 2.5.1 |
kubernetes | 2.11.0 |
Name | Version |
---|---|
aws | 4.15.1 |
helm | 2.5.1 |
kubernetes | 2.11.0 |
No modules.
Name | Type |
---|---|
helm_release.external_dns | resource |
kubernetes_namespace.external_dns | resource |
kubernetes_secret.cloudflare | resource |
aws_eks_cluster.cluster | data source |
aws_eks_cluster_auth.cluster | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
annotations | Annotations applied to all Kubernetes resources | map(string) |
{} |
no |
cloudflare_email | Cloudflare email associated with the token | string |
n/a | yes |
cloudflare_token | Cloudflare API token, base64 encoded | string |
n/a | yes |
cluster_id | AWS EKS cluster ID | string |
n/a | yes |
dns_zones | List of dns zones we will be creating certificates for | list(string) |
n/a | yes |
labels | Labels applied to all Kubernetes resources | map(string) |
{ |
no |
name | Name of the application | string |
"external-dns" |
no |
No outputs.