Data Source: azurestack_virtual_network_gateway

Use this data source to access the properties of an Azure Virtual Network Gateway.

Example Usage

data "azurestack_virtual_network_gateway" "test" {
  name                = "production"
  resource_group_name = "networking"
}

output "virtual_network_gateway_id" {
  value = data.azurestack_virtual_network_gateway.test.id
}

Argument Reference

Attributes Reference

The ip_configuration block supports:

The vpn_client_configuration block supports:

The bgp_settings block supports:

The root_certificate block supports:

The root_revoked_certificate block supports: