Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cventr-agilelab committed May 17, 2020
1 parent e2ab72d commit 77579e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/d/virtual_network_gateway_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ output "virtual_network_gateway_connection_id" {
Only a single policy can be defined for a connection. For details on
custom policies refer to [the relevant section in the Azure documentation](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-ipsecikepolicy-rm-powershell).

* `traffic_selector_policy` (Optional) A `traffic_selector_policy` which allows to specify traffic selector policy proposal to be used in a virtual network gateway connection.
Only one block can be defined for a connection.
For details about traffic selectors refer to [the relevant section in the Azure documentation](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-connect-multiple-policybased-rm-ps).

* `tags` - A mapping of tags to assign to the resource.

The `ipsec_policy` block supports:
Expand Down Expand Up @@ -102,6 +106,12 @@ The `ipsec_policy` block supports:
* `sa_lifetime` - The IPSec SA lifetime in seconds. Must be at least
`300` seconds.

The `traffic_selector_policy` block supports:

* `local_address_cidrs` - List of local CIDRs.

* `remote_address_cidrs` - List of remote CIDRs.

## Timeouts

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:
Expand Down

0 comments on commit 77579e3

Please sign in to comment.