Retrieve information about a global network.
data "aws_networkmanager_global_network" "example" {
global_network_id = var.global_network_id
}
global_network_id
- (Required) ID of the specific global network to retrieve.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the global network.description
- Description of the global network.tags
- Map of resource tags.