aws∕route53‒resolver - dicomgrid/pt-modules GitHub Wiki
To use this module in your Terraform, refer to the below module example:
module "aws_route53_resolver" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Name | Version |
---|---|
terraform | ~> 1.0 |
aws | >= 4.64.0 |
No providers.
Name | Source | Version |
---|---|---|
endpoint_info | ../common/vpc-subnet-id-per-az-lookup | n/a |
resolver | ./resolver | n/a |
security_group | ../security-group | n/a |
No resources.
Name | Description | Type | Default | Required |
---|---|---|---|---|
direction | n/a | any |
n/a | yes |
security_group | n/a | any |
n/a | yes |
tags | n/a | any |
n/a | yes |
vpc_name | n/a | any |
n/a | yes |
egress_default | n/a | list |
[ |
no |
endpoint_name | n/a | string |
"default-rslvr" |
no |
rules | n/a | map |
{} |
no |
subnets_filter | n/a | string |
"*" |
no |
No outputs.