Retrieve information about sites.
data "aws_networkmanager_sites" "example" {
global_network_id = var.global_network_id
tags = {
Env = "test"
}
}
global_network_id
- (Required) ID of the Global Network of the sites to retrieve.tags
- (Optional) Restricts the list to the sites with these tags.This data source exports the following attributes in addition to the arguments above:
ids
- IDs of the sites.