Skip to content

Commit

Permalink
Implement compute manager resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ksamoray committed Jul 12, 2023
1 parent ee55868 commit 340d107
Show file tree
Hide file tree
Showing 52 changed files with 7,814 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 340d107

Please sign in to comment.