aws∕tgw∕vpc‒attachment - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_tgw_vpc_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 |
connect_attachments | ../connect-attachment | n/a |
tgw_routes | ../routes | n/a |
vpc_routes | ../vpc-routes | n/a |
Resources
Name | Type |
---|---|
aws_ec2_transit_gateway_vpc_attachment.main | resource |
aws_subnet.main | data source |
aws_subnets.main | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
tags | n/a | any |
n/a | yes |
tgw_id | n/a | any |
n/a | yes |
vpc_id | 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 |
connect_attachments | n/a | map |
{} |
no |
map_migrated | n/a | string |
"null" |
no |
onetime | n/a | string |
"null" |
no |
propagation_route_table_ids | n/a | list |
[] |
no |
subnets_tags_filter | Addtional filter option for subnets to use with VPC attachment | string |
"*" |
no |
tgw_routes | n/a | list |
[] |
no |
transit_gateway_default_route_table_association | n/a | bool |
true |
no |
transit_gateway_default_route_table_propagation | n/a | bool |
true |
no |
vpc_routes | n/a | list |
[] |
no |
Outputs
Name | Description |
---|---|
connect_attachments | n/a |
id | n/a |
tags_all | n/a |
vpc_owner_id | n/a |
vpc_routes | n/a |