aws∕vpc‒kd∕subnet - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_vpc_kd_subnet" {
  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

No modules.

Resources

Name Type
aws_network_acl_association.main resource
aws_subnet.main resource

Inputs

Name Description Type Default Required
vpc_id n/a string n/a yes
availability_zone n/a string "" no
cidr_block n/a string "" no
customer_owned_ipv4_pool n/a string "" no
enable_dns64 n/a string "" no
enable_resource_name_dns_a_record_on_launch n/a string "" no
enable_resource_name_dns_aaaa_record_on_launch n/a string "" no
ipv6_cidr_block n/a string "" no
ipv6_native n/a string "" no
map_customer_owned_ip_on_launch n/a string "" no
map_public_ip_on_launch n/a string "" no
network_acl_association n/a any null no
network_acl_id n/a any null no
outpost_arn n/a string "" no
private_dns_hostname_type_on_launch n/a string "" no
tags n/a map(any)
{
"CreatedBy": "Automation",
"OWNER": "Automation",
"OWNER2": "Automation"
}
no

Outputs

Name Description
arn n/a
availability_zone n/a
cidr_block n/a
customer_owned_ipv4_pool n/a
enable_dns64 n/a
enable_resource_name_dns_a_record_on_launch n/a
enable_resource_name_dns_aaaa_record_on_launch n/a
id n/a
ipv6_cidr_block n/a
ipv6_cidr_block_association_id n/a
ipv6_native n/a
map_customer_owned_ip_on_launch n/a
map_public_ip_on_launch n/a
outpost_arn n/a
owner_id n/a
private_dns_hostname_type_on_launch n/a
tags_all n/a
vpc_id n/a

Changelog

⚠️ **GitHub.com Fallback** ⚠️