fix: re-enable sqlserverflex flavor
All checks were successful
CI Workflow / Check GoReleaser config (pull_request) Successful in 1m19s
Notify on new PR / Notify via Google Chat (pull_request) Successful in 45s
CI Workflow / Prepare GO cache (pull_request) Successful in 2m9s
CI Workflow / CI run build and linting (pull_request) Successful in 7m56s
CI Workflow / Code coverage report (pull_request) Successful in 46s
CI Workflow / CI run tests (pull_request) Successful in 9m30s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 13m1s
TF Acceptance Tests Workflow / Acceptance Tests (pull_request) Successful in 16m45s

This commit is contained in:
Marcel S. Henselin 2026-05-07 08:10:35 +02:00
parent 8fee76f037
commit 77bc9a6026
2 changed files with 18 additions and 2 deletions

View file

@ -19,6 +19,7 @@ import (
"github.com/hashicorp/terraform-plugin-log/tflog"
sdkauth "github.com/stackitcloud/stackit-sdk-go/core/auth"
"github.com/stackitcloud/stackit-sdk-go/core/config"
sqlserverFlexBetaFlavor "tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/services/sqlserverflexbeta/flavor"
//sqlserverflexalphaDatabase "tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/services/sqlserverflexalpha/database"
//sqlserverflexalphaInstance "tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/services/sqlserverflexalpha/instance"
@ -542,7 +543,7 @@ func (p *Provider) DataSources(_ context.Context) []func() datasource.DataSource
sqlserverFlexBetaDatabase.NewDatabaseDataSource,
sqlserverflexBetaInstance.NewInstanceDataSource,
sqlserverflexbetaUser.NewUserDataSource,
// sqlserverFlexBetaFlavor.NewFlavorDataSource,
sqlserverFlexBetaFlavor.NewFlavorDataSource,
}
}