Skip to content

Commit

Permalink
Mark site_path as Computed in project resource
Browse files Browse the repository at this point in the history
site is auto-assigned by NSX if edge cluster is specified

Signed-off-by: Anna Khmelnitsky <[email protected]>
  • Loading branch information
annakhm committed Feb 22, 2024
1 parent a0354fd commit 845ac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsxt/resource_nsxt_policy_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func resourceNsxtPolicyProject() *schema.Resource {
Elem: getElemPolicyPathSchemaWithFlags(false, false, false),
Optional: true,
},
"site_path": getElemPolicyPathSchemaWithFlags(true, false, false),
"site_path": getElemPolicyPathSchemaWithFlags(true, true, false),
},
},
Optional: true,
Expand Down

0 comments on commit 845ac32

Please sign in to comment.