aws_dns_links
Stable
Direct

AWS DNS Links

Providers

The following providers are needed by this module:

Required Inputs

The following input variables are required:

Description: Ancestor domains (keys) to their descendent zone configurations

Type:

map(list(object({
    subdomain    = string
    name_servers = list(string)
    ds_record    = string
  })))

Optional Inputs

No optional inputs.

Outputs

No outputs.

Maintainer Notes