Inputs

The following input variables are supported:

aws_iam_ip_allow_list

Description: A list of IPs that can use the service account token to authenticate with AWS API

Type: list(string)

Default: []

burstable_nodes_enabled

Description: Whether to allow pods to schedule on burstable nodes

Type: bool

Default: true

cloudflare_api_token

Description: Cloudflare API Token

Type: string

Default: null

cloudflare_zones

Description: A mapping of public DNS domains managed by Cloudflare to their configuration; external-dns uses this to set domain records

Type:

map(object({
zone_id = string
}))

Default: {}

controller_nodes_enabled

Description: Whether to allow pods to schedule on EKS Node Group nodes (controller nodes)

Type: bool

Default: true

external_dns_helm_version

Description: The version of the ExternalDNS helm chart to deploy

Type: string

Default: "1.20.0"

log_level

Description: The log level for the ExternalDNS pods

Type: string

Default: "warning"

monitoring_enabled

Description: Whether to add active monitoring to the deployed systems

Type: bool

Default: false

panfactum_scheduler_enabled

Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing

Type: bool

Default: true

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

route53_zones

Description: A mapping of public DNS domains managed by AWS to their configuration; external-dns uses this to set domain records

Type:

map(object({
record_manager_role_arn = string
zone_id = string
}))

Default: {}

spot_nodes_enabled

Description: Whether to allow pods to schedule on spot nodes

Type: bool

Default: true

sync_policy

Description: How should ExternalDNS handle DNS record synchronization

Type: string

Default: "upsert-only"

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: false

wait

Description: Wait for resources to be in a ready state before proceeding. Disabling this flag will allow upgrades to proceed faster but will disable automatic rollbacks. As a result, manual intervention may be required for deployment failures.

Type: bool

Default: true

Outputs

No outputs.

Providers

The following providers are needed by this module: