Data Source: azurerm_app_service_plan

Use this data source to access information about an existing App Service Plan (formerly known as a Server Farm).

Example Usage

data "azurerm_app_service_plan" "example" {
  name                = "search-app-service-plan"
  resource_group_name = "search-service"
}

output "app_service_plan_id" {
  value = data.azurerm_app_service_plan.example.id
}

Argument Reference

Attributes Reference


A sku block supports the following:

Timeouts

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