From b3670badc7d182cc5010b9d732b3b6cb2214864a Mon Sep 17 00:00:00 2001 From: Wouter van der Waal Date: Tue, 26 Mar 2024 09:30:06 +0100 Subject: [PATCH] Documentation slightly more in line with existing documentation Signed-off-by: Wouter van der Waal --- website/docs/r/policy_nat_rule.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/policy_nat_rule.html.markdown b/website/docs/r/policy_nat_rule.html.markdown index 16b006252..a7f69418f 100644 --- a/website/docs/r/policy_nat_rule.html.markdown +++ b/website/docs/r/policy_nat_rule.html.markdown @@ -82,7 +82,7 @@ The following arguments are supported: * `translated_networks` - (Optional) A list of translated network IP addresses or CIDR. * `translated_ports` - (Optional) Port number or port range. For use with `DNAT` action only. * `scope` - (Optional) A list of paths to interfaces and/or labels where the NAT Rule is enforced. -* `policy_based_vpn_mode` - (Optional) Policy based VPN mode. One of `BYPASS`, `MATCH`. For use with `DNAT` or `NO_DNAT` actions only. Defaults to `BYPASS` for these actions. This argument is supported for NSX 4.0.0 and above. +* `policy_based_vpn_mode` - (Optional) Policy based VPN mode. One of `BYPASS`, `MATCH`. For use with `DNAT` or `NO_DNAT` actions only. Defaults to `BYPASS` when applicable. This argument is supported for NSX 4.0.0 and above. ## Attributes Reference