Skip to content

mhmdio/terraform-aws-route53-resolver-endpoint

Repository files navigation

terraform-aws-route53-resolver-endpoint

AWSTerraform

Provides a Route 53 Resolver endpoint resource.

Requirements

Name Version
aws ~> 3.70.0

Providers

Name Version
aws ~> 3.70.0

Modules

No modules.

Resources

Name Type
aws_route53_resolver_endpoint.this resource

Inputs

Name Description Type Default Required
direction (required) The direction of DNS queries to or from the Route 53 Resolver endpoint. Valid values are INBOUND (resolver forwards DNS queries to the DNS service for a VPC from your network or another VPC) or OUTBOUND (resolver forwards DNS queries from the DNS service for a VPC to your network or another VPC). string n/a yes
ip_address nested block: NestingSet, min items: 2, max items: 10 - The subnets and IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound endpoints).
set(object(
{
ip = optional(string)
ip_id = optional(string)
subnet_id = string
}
))
n/a yes
name (optional) The friendly name of the Route 53 Resolver endpoint. string null no
security_group_ids (required) The ID of one or more security groups that you want to use to control access to this VPC. set(string) n/a yes
tags (optional) A map of tags to assign to the resource. map(string) null no

Outputs

Name Description
arn The ARN of the Route 53 Resolver endpoint.
id The ID of the Route 53 Resolver endpoint.
ip_addresses IP addresses in your VPC that you want DNS queries to pass through on the way from your VPCs to your network (for outbound endpoints) or on the way from your network to your VPCs (for inbound endpoints)