Data Source: azurerm_managed_api

Uses this data source to access information about an existing Managed API.

Example Usage

data "azurerm_managed_api" "example" {
  name     = "servicebus"
  location = "West Europe"
}

output "id" {
  value = data.azurerm_managed_api.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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