aws_dns_zones
Stable
Direct

AWS Zones

Providers

The following providers are needed by this module:

Required Inputs

The following input variables are required:

domains

Description: Domain names (keys) and their configs (values) for the zones.

Type:

map(object({
    dnssec_enabled = optional(bool, false)
  }))

Optional Inputs

No optional inputs.

Outputs

The following outputs are exported:

record_manager_role_arn

Description: The ARN of the IAM role used to manage DNS records.

zones

Description: Zone information

Maintainer Notes