Skip to content

Commit

Permalink
Added NO_DNAT to the description
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter van der Waal <[email protected]>
  • Loading branch information
wvanderwaal-iqmessenger committed Mar 8, 2024
1 parent 724077c commit 9cf7eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_nat_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func resourceNsxtPolicyNATRule() *schema.Resource {
},
"policy_based_vpn_mode": {
Type: schema.TypeString,
Description: "Policy based vpn mode match flag. DNAT only",
Description: "Policy based vpn mode match flag. DNAT and NO_DNAT only",
Optional: true,
Default: model.PolicyNatRule_POLICY_BASED_VPN_MODE_BYPASS,
ValidateFunc: validation.StringInSlice(policyNATRulePolicyBasedVpnModeTypeValues, false),
Expand Down

0 comments on commit 9cf7eee

Please sign in to comment.