Data Source: azurerm_virtual_network_gateway

Use this data source to access information about an existing Virtual Network Gateway.

Example Usage

data "azurerm_virtual_network_gateway" "example" {
  name                = "production"
  resource_group_name = "networking"
}

output "virtual_network_gateway_id" {
  value = data.azurerm_virtual_network_gateway.example.id
}

Argument Reference

Attributes Reference

The ip_configuration block supports:

The vpn_client_configuration block supports:

The bgp_settings block supports:

A custom_route block exports the following:

The root_certificate block supports:

Timeouts

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