aws∕route53‒resolver∕resolver - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "aws_route53_resolver_resolver" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
aws >= 4.64.0

Providers

Name Version
aws >= 4.64.0

Modules

Name Source Version
rules ../rules n/a

Resources

Name Type
aws_route53_resolver_endpoint.outbound resource

Inputs

Name Description Type Default Required
direction n/a any n/a yes
security_group_ids n/a any n/a yes
subnet_ids n/a any n/a yes
tags n/a any n/a yes
vpc_id n/a any n/a yes
aws_project_id n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
endpoint_name n/a string "default-rslvr" no
map_migrated n/a string "null" no
onetime n/a string "null" no
rules n/a map {} no

Outputs

No outputs.

Changelog