Data Source: azurerm_app_service_environment_v3

Use this data source to access information about an existing 3rd Generation (v3) App Service Environment.

Example Usage

data "azurerm_app_service_environment_v3" "example" {
  name                = "example-ASE"
  resource_group_name = "example-resource-group"
}

output "id" {
  value = data.azurerm_app_service_environment_v3.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:


An inbound_network_dependencies block exports the following:

Timeouts

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