aws∕directconnect∕dx‒gateway‒association - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "aws_directconnect_dx_gateway_association" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Providers
Name |
Version |
aws |
~> 5.1.0 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
allowed_prefixes |
The route prefixes to advertise to the Direct Connect gateway |
list(string) |
n/a |
yes |
associated_gateway_id |
The ID of the VGW or TGW to associate with the Direct Connect gateway |
string |
n/a |
yes |
dx_gateway_id |
The ID of the Direct Connect gateway to associate with the vpg or tgw |
string |
n/a |
yes |
Outputs
No outputs.
Changelog