Data Source: azurerm_app_service_environment

Use this data source to access information about an existing App Service Environment.

Example Usage

data "azurerm_app_service_environment" "example" {
  name                = "existing-ase"
  resource_group_name = "existing-rg"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A cluster_setting block exports the following:

Timeouts

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