Data Source: azurerm_api_management_api

Use this data source to access information about an existing API Management API.

Example Usage

data "azurerm_api_management_api" "example" {
  name                = "search-api"
  api_management_name = "search-api-management"
  resource_group_name = "search-service"
  revision            = "2"
}

output "api_management_api_id" {
  value = data.azurerm_api_management_api.example.id
}

Argument Reference

Attributes Reference


A subscription_key_parameter_names block exports the following:


A wsdl_selector block exports the following:

Timeouts

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