Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.12 KB

terraform-helm-external-dns

A Terraform module for deploying ExternalDNS via Helm.

Requirements

Name Version
terraform ~> 0.12.0
aws ~> 2.56
helm ~> 1.1
template ~> 2.1

Providers

Name Version
aws ~> 2.56
helm ~> 1.1
kubernetes n/a

Inputs

Name Description Type Default Required
eks_iam_external_dns_role_name IAM EKS service account role name for ExternalDNS string n/a yes
helm_external_dns_chart_version Helm chart version to use for ExternalDNS string "" no
kubernetes_external_dns_namespace Namespace to release ExternalDNS into string "external-dns" no

Outputs

No output.