Data Source: azurestack_local_network_gateway

Manages a local network gateway connection over which specific connections can be configured.

Example Usage

resource "azurestack_resource_group" "test" {
  name     = "localNetworkGWTest"
  location = "West US"
}

resource "azurestack_local_network_gateway" "home" {
  name                = "backHome"
  resource_group_name = azurestack_resource_group.test.name
  location            = azurestack_resource_group.test.location
  gateway_address     = "12.13.14.15"
  address_space       = ["10.0.0.0/16"]
}

Argument Reference

The following arguments are supported:


bgp_settings supports the following:

Attributes Reference

The following attributes are exported:

Import

Local Network Gateways can be imported using the resource id, e.g.

terraform import azurestack_local_network_gateway.lng1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/localNetworkGateways/lng1