Data Source: azurerm_firewall

Use this data source to access information about an existing Azure Firewall.

Example Usage

data "azurerm_firewall" "example" {
  name                = "firewall1"
  resource_group_name = "firewall-RG"
}

output "firewall_private_ip" {
  value = data.azurerm_firewall.example.ip_configuration[0].private_ip_address
}

Argument Reference

Attributes Reference

The following attributes are exported:


A ip_configuration block exports the following:


A management_ip_configuration block exports the following:


A virtual_hub block exports the following:

Timeouts

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