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

Terraform module for deploying ExternalDNS via Helm

Notifications You must be signed in to change notification settings

anarkioteam/terraform-helm-external-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.