Data Source: azurerm_api_management_group

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

Example Usage

data "azurerm_api_management_group" "example" {
  name                = "my-group"
  api_management_name = "example-apim"
  resource_group_name = "search-service"
}

output "group_type" {
  value = data.azurerm_api_management_group.example.type
}

Argument Reference

Attributes Reference

Timeouts

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