Skip to content

Commit

Permalink
add get config in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
GullapalliAkhil committed Feb 19, 2025
1 parent 8abd5e9 commit 7c6cffc
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 @@ -293,6 +293,7 @@ func Provider() *schema.Provider {
"nutanix_lcm_status_v2": lcmv2.DatasourceNutanixLcmStatusV2(),
"nutanix_lcm_entities_v2": lcmv2.DatasourceNutanixLcmEntitiesV2(),
"nutanix_lcm_entity_v2": lcmv2.DatasourceNutanixLcmEntityV2(),
"nutanix_lcm_config_v2": lcmv2.DatasourceNutanixLcmConfigV2(),
},
ResourcesMap: map[string]*schema.Resource{
"nutanix_virtual_machine": vmm.ResourceNutanixVirtualMachine(),
Expand Down

0 comments on commit 7c6cffc

Please sign in to comment.