Data Source: azurestack_local_network_gateway

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

Example Usage

data "azurestack_local_network_gateway" "example" {
  name                = "existing-local-network-gateway"
  resource_group_name = "existing-resources"
}

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

Arguments Reference

The following arguments are supported:

Attributes Reference

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


bgp_settings exports the following:

Timeouts

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