aws∕network‒manager∕transit‒gateways - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "aws_network_manager_transit_gateways" {
  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_networkmanager_transit_gateway_registration.tgw_registration resource

Inputs

Name Description Type Default Required
aws_account_id AWS Account ID for the resource owner string n/a yes
global_network_id Identifier for the global network in AWS Network Manager string n/a yes
region n/a string n/a yes
transit_gateways List of transit gateway identifiers for registration list(string) n/a yes

Outputs

No outputs.

Changelog