route53-zone
cytopia/route53-zone/aws
A Terraform module that handles creation of multiple Route53 zones including attachment to new or existing delegation set
Terraform module: AWS Route53 Zone Usage | Tagging | Importing | Examples | Requirements | Providers | Inputs | Outputs | License     This Terraform module is able to create an arbitrary number of delegation sets, public and private hosted zones for root and delegated domains. Public hosted zones can be created with or without a delegation set. Private hosted zones will always have the default VPC from the current region attached, but can optionally also attach more VPCs from any region. When adding delegated secondary zones, t
| Name | Type | Description | Default |
|---|---|---|---|
| delegation_sets | list(string) | A list of delegation sets to create. You only need to specify the alias names th | [] |
| public_root_zones | list(object({ name | A list of public Route53 root zones. A 'root zone' can be anything from a tld to | [] |
| public_delegated_secondary_zones | list(object({ name | A list of public Route53 delegated secondary zones. Each item must specify its ' | [] |
| private_root_zones | list(object({ name = strin | Private Route53 root zone (also allows subdomain if this is your root starting p | [] |
| tags | map | Default tags to additionally apply to all resources. | {} |
| comment | string | Default comment to add to all resources. | "Managed by Terraform" |
private_root_zones — Created private root zones.delegation_sets — Created delegation sets.public_root_zones — Created public root zones.public_delegated_secondary_zones — Created public delegated secondary zones.public_delegated_secondary_ns_records — Created NS records in your root zone for delegated secondary zones.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,