Data Source: azurerm_virtual_network_gateway_connection

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

Example Usage

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

output "virtual_network_gateway_connection_id" {
  value = data.azurerm_virtual_network_gateway_connection.example.id
}

Argument Reference

Attributes Reference

The custom_bgp_addresses block supports:

The ipsec_policy block supports:

The traffic_selector_policy block supports:

Timeouts

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