Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Dainius Serplis <dserplis@vmware.com>
  • Loading branch information
Didainius committed Oct 15, 2024
1 parent cd9c110 commit 7bb5dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vcd/datasource_vcd_nsxt_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func datasourceVcdNsxtManagerRead(ctx context.Context, d *schema.ResourceData, m
c := crudConfig[*govcd.NsxtManagerOpenApi, types.NsxtManagerOpenApi]{
entityLabel: labelNsxtManager,
getEntityFunc: vcdClient.GetNsxtManagerOpenApiByName,
stateStoreFunc: setTmNsxtManagerData,
stateStoreFunc: setNsxtManagerData,
}
return readDatasource(ctx, d, meta, c)
}
2 changes: 1 addition & 1 deletion vcd/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ var globalResourceMap = map[string]*schema.Resource{
"vcd_nsxt_alb_virtual_service_http_sec_rules": resourceVcdAlbVirtualServiceSecRules(), // 3.14

"vcd_tm_content_library": resourceVcdTmContentLibrary(), // 4.0
"vcd_nsxt_manager": resourceVcdTmNsxtManager(), // 4.0
"vcd_nsxt_manager": resourceVcdNsxtManager(), // 4.0
"vcd_vcenter": resourceVcdVcenter(), // 4.0
}

Expand Down

0 comments on commit 7bb5dc1

Please sign in to comment.