Retrieve information about global networks.
data "aws_networkmanager_global_networks" "example" {
tags = {
Env = "test"
}
}
tags
- (Optional) Restricts the list to the global networks with these tags.This data source exports the following attributes in addition to the arguments above:
ids
- IDs of the global networks.