--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_networkmanager_transit_gateway_registration Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::NetworkManager::TransitGatewayRegistration type registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network. --- # awscc_networkmanager_transit_gateway_registration (Resource) The AWS::NetworkManager::TransitGatewayRegistration type registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network. ## Schema ### Required - `global_network_id` (String) The ID of the global network. - `transit_gateway_arn` (String) The Amazon Resource Name (ARN) of the transit gateway. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_networkmanager_transit_gateway_registration.example ```