Uses this data source to access information about an existing Managed API.
data "azurerm_managed_api" "example" {
name = "servicebus"
location = "West Europe"
}
output "id" {
value = data.azurerm_managed_api.example.id
}
The following arguments are supported:
name
- (Required) Specifies the name of the Managed API.
location
- (Required) The Azure location for this Managed API.
The following attributes are exported:
id
- The ID of the Managed API.The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Managed API.