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

Usage

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

module "aws_tgw_connect_attachment" {
  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
attachment_route_table ../attachment-route-table n/a

Resources

Name Type
aws_ec2_transit_gateway_connect.main resource
aws_ec2_transit_gateway_connect_peer.main resource

Inputs

Name Description Type Default Required
tags n/a any n/a yes
association_route_table_id n/a any null no
aws_project_id n/a string "null" no
code_managed n/a string "true" no
compliance n/a string "null" no
map_migrated n/a string "null" no
name n/a any null no
onetime n/a string "null" no
peers n/a map {} no
propagation_route_table_ids n/a list [] no
protocol n/a string "gre" no
transit_gateway_default_route_table_association n/a bool true no
transit_gateway_default_route_table_propagation n/a bool true no
transit_gateway_id n/a any null no
transport_attachment_id n/a any null no

Outputs

Name Description
attachment_route_tables n/a
id n/a
peer n/a
transport_attachment_id n/a

Changelog