Skip to content

Commit

Permalink
Implement compute manager resource
Browse files Browse the repository at this point in the history
Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Jul 26, 2023
1 parent 04a70a9 commit 67c9f66
Show file tree
Hide file tree
Showing 53 changed files with 7,894 additions and 0 deletions.
1 change: 1 addition & 0 deletions nsxt/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ func Provider() *schema.Provider {
"nsxt_policy_gateway_qos_profile": resourceNsxtPolicyGatewayQosProfile(),
"nsxt_policy_project": resourceNsxtPolicyProject(),
"nsxt_edge_cluster": resourceNsxtEdgeCluster(),
"nsxt_compute_manager": resourceNsxtComputeManager(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit 67c9f66

Please sign in to comment.