Data Source: azurerm_web_application_firewall_policy

Use this data source to access information about an existing Web Application Firewall Policy.

Example Usage

data "azurerm_web_application_firewall_policy" "example" {
  resource_group_name = "existing"
  name                = "existing"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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

Timeouts

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