Data Source: azurerm_lb_outbound_rule

Use this data source to access information about an existing Load Balancer Outbound Rule.

Example Usage

data "azurerm_lb_outbound_rule" "example" {
  name            = "existing_lb_outbound_rule"
  loadbalancer_id = "existing_load_balancer_id"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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


A frontend_ip_configuration block exports the following:

Timeouts

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