aws∕ram∕tgw‒vpc‒attachment∕subnet‒routes - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_ram_tgw_vpc_attachment_subnet_routes" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Providers
Name |
Version |
aws |
~> 4.64.0 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
destination_cidr_blocks |
n/a |
any |
n/a |
yes |
rtb_id |
The ID of the VPC where the subnets are located |
string |
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 |
Outputs
No outputs.
Changelog