aws∕tgw∕attachment‒route‒table - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_tgw_attachment_route_table" {
  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_ec2_transit_gateway_route_table_association.main resource
aws_ec2_transit_gateway_route_table_propagation.main resource

Inputs

Name Description Type Default Required
transit_gateway_attachment_id n/a any n/a yes
association_route_table_id n/a any null no
propagation_route_table_ids n/a list [] no

Outputs

Name Description
association_id n/a
propagation_ids n/a

Changelog