aws∕directconnect∕vifs - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_directconnect_vifs" {
  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 >= 5.1.0

Providers

Name Version
aws >= 5.1.0

Modules

No modules.

Resources

Name Type
aws_dx_gateway.example resource
aws_dx_transit_virtual_interface.transit resource
aws_caller_identity.current data source

Inputs

Name Description Type Default Required
connection_id The ID of the pending directconnect connection any n/a yes
create_dx_transit_vif Whether to create a directconnect gateway bool n/a yes
dx_transit_vif_bgp_as The BGP ASN of the directconnect hosted transit virtual interface any n/a yes
dx_transit_vif_name The name of the directconnect hosted transit virtual interface any n/a yes
dx_transit_vif_vlan_id The VLan ID of the directconnect hosted transit virtual interface any n/a yes
amazon_side_asn The amazon side ASN of the directconnect gateway any null no
create_dx_gateway Whether to create a directconnect gateway bool false no
dx_gateway_name The name of the directconnect gateway any null no
dx_transit_vif_address_family The address family of the directconnect hosted transit virtual interface string "ipv4" no
dx_transit_vif_amazon_address The amazon address of the directconnect hosted transit virtual interface any null no
dx_transit_vif_customer_address The customer address of the directconnect hosted transit virtual interface any null no
mtu_size The MTU size of the directconnect hosted transit virtual interface any null no

Outputs

Name Description
account_id The AWS account ID

Changelog