Skip to content

Commit

Permalink
Add hypervisorcluster to experimental resources
Browse files Browse the repository at this point in the history
Enables creating hypervisor clusters if the provider
is built with the 'experimental' build tag.
  • Loading branch information
stuart-mclaren-hpe committed Aug 26, 2024
1 parent af635e8 commit 9c3b44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/provider/experimental_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package provider
import (
"context"
"github.com/HewlettPackard/hpegl-pcbe-terraform-resources/internal/resources/datastore"
"github.com/HewlettPackard/hpegl-pcbe-terraform-resources/internal/resources/hypervisorcluster"
"github.com/hashicorp/terraform-plugin-framework/resource"
)

Expand All @@ -16,5 +17,6 @@ func (p *PCBeProvider) Resources(
) []func() resource.Resource {
return []func() resource.Resource{
datastore.NewResource,
hypervisorcluster.NewResource,
}
}

0 comments on commit 9c3b44d

Please sign in to comment.