Data Source: oci_waf_web_app_firewalls

This data source provides the list of Web App Firewalls in Oracle Cloud Infrastructure Waf service.

Gets a list of all WebAppFirewalls in a compartment.

Example Usage

data "oci_waf_web_app_firewalls" "test_web_app_firewalls" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    display_name = var.web_app_firewall_display_name
    id = var.web_app_firewall_id
    state = var.web_app_firewall_state
    web_app_firewall_policy_id = oci_waf_web_app_firewall_policy.test_web_app_firewall_policy.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

WebAppFirewall Reference

The following attributes are exported: