fix: wrong flavor source
All checks were successful
Notify on new PR / Notify via Google Chat (pull_request) Successful in 1m7s
CI Workflow / Check GoReleaser config (pull_request) Successful in 1m10s
CI Workflow / Prepare GO cache (pull_request) Successful in 2m32s
CI Workflow / CI run build and linting (pull_request) Successful in 6m34s
CI Workflow / Code coverage report (pull_request) Successful in 46s
CI Workflow / CI run tests (pull_request) Successful in 8m21s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 11m18s
TF Acceptance Tests Workflow / Acceptance Tests (pull_request) Successful in 25m4s

This commit is contained in:
Marcel S. Henselin 2026-05-07 08:50:51 +02:00
parent e6d2d3e10a
commit ad221b9bc0

View file

@ -11,7 +11,7 @@ import (
"github.com/stackitcloud/stackit-sdk-go/services/postgresflex/v3alpha1api"
"tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/conversion"
postgresflexalphaGen "tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/services/postgresflexalpha/flavors/datasources_gen"
postgresflexalphaGen "tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/services/postgresflexalpha/flavor/datasources_gen"
postgresflexUtils "tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/services/postgresflexalpha/utils"
"tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview/stackit/internal/utils"