FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

azure_local_network_connection

Defines a new connection to a remote network through a VPN tunnel.

Example Usage

resource "azure_local_network_connection" "localnet" {
    name = "terraform-local-network-connection"
    vpn_gateway_address = "45.12.189.2"
    address_space_prefixes = ["10.10.10.0/24", "10.10.11.0/24"]
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io