aws∕tgw∕vpc‒routes - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_tgw_vpc_routes" {
  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_route.main resource
aws_route_tables.main data source
aws_subnets.rtb data source

Inputs

Name Description Type Default Required
routes n/a any n/a yes
tgw_id The tgw id of the tgw that is to be shared any n/a yes
vpc_id The ID of the VPC where the subnets are located string n/a yes
subnets_tags_filter Addtional filter option for subnets to create routes on any null no

Outputs

Name Description
routes n/a

Changelog