Skip to content

Commit

Permalink
Remove context block from non-mutitenancy example
Browse files Browse the repository at this point in the history
On segment resource doc, multitenancy context has been mistakenly added
to non-multitenancy example.

Signed-off-by: Kobi Samoray <kobi.samoray@broadcom.com>
  • Loading branch information
ksamoray committed Dec 7, 2023
1 parent 92dc814 commit 99b29ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/docs/r/policy_segment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ This resource is applicable to NSX Global Manager, NSX Policy Manager and VMC.

```hcl
resource "nsxt_policy_segment" "segment1" {
context {
project_id = data.nsxt_policy_project.demoproj.id
}
display_name = "segment1"
description = "Terraform provisioned Segment"
transport_zone_path = data.nsxt_policy_transport_zone.tz1.path
Expand Down

0 comments on commit 99b29ee

Please sign in to comment.