Skip to content

Commit

Permalink
Bugfix : wrong name is schema
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Francois <[email protected]>
  • Loading branch information
Axel Francois committed Feb 20, 2023
1 parent 808b08b commit f9fbaaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nsxt/resource_nsxt_policy_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ func resourceNsxtPolicyService() *schema.Resource {
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"display_name": getOptionalDisplayNameSchema(false),
"description": getDescriptionSchema(),
"service_path": getPolicyPathSchema(true, false, "Nested Service Path"),
"display_name": getOptionalDisplayNameSchema(false),
"description": getDescriptionSchema(),
"nested_service_path": getPolicyPathSchema(true, false, "Nested Service Path"),
},
},
},
Expand Down

0 comments on commit f9fbaaf

Please sign in to comment.