Skip to content

Commit

Permalink
Merge pull request #1059 from ksamoray/docfix
Browse files Browse the repository at this point in the history
Remove context block from non-mutitenancy example
  • Loading branch information
ksamoray authored Dec 9, 2023
2 parents 7ab3043 + 99b29ee commit 6a71c74
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 6a71c74

Please sign in to comment.