Data Source: azurerm_container_app_environment_dapr_component.

Example Usage

data "azurerm_container_app_environment" "example" {
  name                = "example-environment"
  resource_group_name = "example-resources"
}

resource "azurerm_container_app_environment_dapr_component" "example" {
  name                         = "example-component"
  container_app_environment_id = data.azurerm_container_app_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 metadata block exports the following:


A secret block exports the following:

Timeouts

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