aws∕tgw∕xregion‒peering‒attachment - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_tgw_xregion_peering_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

No modules.

Resources

Name Type
aws_ec2_transit_gateway_peering_attachment.main resource

Inputs

Name Description Type Default Required
accepter_region n/a any n/a yes
accepter_transit_gateway n/a any n/a yes
accepter_transit_gateway_id n/a any n/a yes
requester_transit_gateway n/a any n/a yes
requester_transit_gateway_id n/a any n/a yes
tags n/a any n/a yes
accepter_account_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
map_migrated n/a string "null" no
onetime n/a string "null" no
requester_routes n/a list [] no

Outputs

Name Description
attachment n/a

Changelog