Skip to content

Commit

Permalink
fix go fumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
rajagopalans committed Dec 15, 2024
1 parent 3bd6060 commit e05e940
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apstra/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,9 @@ func (p *Provider) DataSources(_ context.Context) []func() datasource.DataSource
func() datasource.DataSource { return &dataSourceBlueprintAnomalies{} },
func() datasource.DataSource { return &dataSourceBlueprintDeploy{} },
func() datasource.DataSource { return &dataSourceBlueprintIbaPredefinedProbe{} },
//func() datasource.DataSource { return &dataSourceBlueprintIbaWidget{} },
//func() datasource.DataSource { return &dataSourceBlueprintIbaWidgets{} },
//func() datasource.DataSource { return &dataSourceBlueprintIbaDashboard{} },
// func() datasource.DataSource { return &dataSourceBlueprintIbaWidget{} },
// func() datasource.DataSource { return &dataSourceBlueprintIbaWidgets{} },
// func() datasource.DataSource { return &dataSourceBlueprintIbaDashboard{} },
func() datasource.DataSource { return &dataSourceBlueprintIbaDashboards{} },
func() datasource.DataSource { return &dataSourceBlueprintNodeConfig{} },
func() datasource.DataSource { return &dataSourceBlueprints{} },
Expand Down Expand Up @@ -598,9 +598,9 @@ func (p *Provider) Resources(_ context.Context) []func() resource.Resource {
func() resource.Resource { return &resourceAgentProfile{} },
func() resource.Resource { return &resourceAsnPool{} },
func() resource.Resource { return &resourceBlueprintDeploy{} },
//func() resource.Resource { return &resourceBlueprintIbaDashboard{} },
// func() resource.Resource { return &resourceBlueprintIbaDashboard{} },
func() resource.Resource { return &resourceBlueprintIbaProbe{} },
//func() resource.Resource { return &resourceBlueprintIbaWidget{} },
// func() resource.Resource { return &resourceBlueprintIbaWidget{} },
func() resource.Resource { return &resourceConfiglet{} },
func() resource.Resource { return &resourceDatacenterBlueprint{} },
func() resource.Resource { return &resourceDatacenterConfiglet{} },
Expand Down

0 comments on commit e05e940

Please sign in to comment.