Data Source: azurerm_api_management

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

Example Usage

data "azurerm_api_management" "example" {
  name                = "search-api"
  resource_group_name = "search-service"
}

output "api_management_id" {
  value = data.azurerm_api_management.example.id
}

Argument Reference

Attributes Reference


A additional_location block exports the following:


An identity block exports the following:


A hostname_configuration block exports the following:


A management block exports the following:


A portal block exports the following:


A developer_portal block exports the following:


A proxy block exports the following:


A scm block exports the following:


A sku block exports the following:


A tenant_access block exports the following:


Timeouts

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