Skip to content

Commit

Permalink
Added computed to schema
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 25, 2024
1 parent 0e1ad04 commit 9670e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsxt/resource_nsxt_policy_nat_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func resourceNsxtPolicyNATRule() *schema.Resource {
Type: schema.TypeString,
Description: "Policy based vpn mode match flag. DNAT and NO_DNAT only",
Optional: true,
Computed: true,
ValidateFunc: validation.StringInSlice(policyNATRulePolicyBasedVpnModeTypeValues, false),
},
},
Expand Down

0 comments on commit 9670e9c

Please sign in to comment.