Skip to content

Commit

Permalink
resource for karbon worker node missed in prvovider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant committed Dec 13, 2024
1 parent 0810b59 commit 0fb54d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nutanix/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ func Provider() *schema.Provider {
"nutanix_user": iam.ResourceNutanixUser(),
"nutanix_karbon_cluster": nke.ResourceNutanixKarbonCluster(),
"nutanix_karbon_private_registry": nke.ResourceNutanixKarbonPrivateRegistry(),
"nutanix_karbon_worker_nodepool": nke.ResourceNutanixKarbonWorkerNodePool(),
"nutanix_protection_rule": prism.ResourceNutanixProtectionRule(),
"nutanix_recovery_plan": prism.ResourceNutanixRecoveryPlan(),
"nutanix_service_group": networking.ResourceNutanixServiceGroup(),
Expand Down

0 comments on commit 0fb54d7

Please sign in to comment.