vpc-dns-forwarder
angelabad/vpc-dns-forwarder/aws
Terraform module which creates dns domain forwarder with Route53 Resolver on AWS
AWS VPC Dns Forwarder Terraform module   Terraform module which creates dns domain forwarder with Route53 Resolver on AWS These types of resources are supported: Route53 Resolver Endpoint Route53 Resolver Rule Features This module creates one outbound Route 53 Resolver and attach defined forwarding rules. With this configuration your vpcs will resolve these domains with corresponding resolvers. Usage ``hcl module "myendpoint" { source = "angelabad/vpc-dns-forwarder/aws" version = "1.0.0" name = "myendpoint" subnets = ["subnet-0ab97cbe1bd1406c2", "subnet-0d6cbf60360dbac64"] forwarders = [
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Route53 resolver endpoint name | required |
| subnets | list(string) | A list of VPC Subnet IDs to launch in | required |
| tags | map(string) | A mapping of tags to assign to the resource | required |
| forwarders | list( object({ assoc | A list of objects representing forwarders, with associated vpcs, domain name and | [] |
resolver_endpoint_id — Route53 resolver endpoint idAzure 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,