Data Source: azurerm_network_service_tags

Use this data source to access information about Service Tags.

Example Usage

data "azurerm_network_service_tags" "example" {
  location        = "westcentralus"
  service         = "AzureKeyVault"
  location_filter = "northeurope"
}

output "address_prefixes" {
  value = data.azurerm_network_service_tags.example.address_prefixes
}

output "ipv4_cidrs" {
  value = data.azurerm_network_service_tags.example.ipv4_cidrs
}

Arguments Reference

The following arguments are supported:


Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: