From 143df848ed8fa78040d709c8463e8b63cc4d22e6 Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Mon, 2 Mar 2026 11:46:42 +0100 Subject: [PATCH] fix: add missing imports to builder --- generator/main.go | 4 ---- .../services/postgresflexalpha/postgresflex_acc_test.go | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/generator/main.go b/generator/main.go index 93ab1bad..f8ea606f 100644 --- a/generator/main.go +++ b/generator/main.go @@ -7,10 +7,6 @@ import ( "log/slog" "os" - _ "github.com/hashicorp/terraform-plugin-codegen-framework/cmd/tfplugingen-framework" - _ "github.com/hashicorp/terraform-plugin-codegen-openapi/cmd/tfplugingen-openapi" - _ "github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs" - "github.com/SladkyCitron/slogcolor" cc "github.com/ivanpirog/coloredcobra" diff --git a/stackit/internal/services/postgresflexalpha/postgresflex_acc_test.go b/stackit/internal/services/postgresflexalpha/postgresflex_acc_test.go index 33efca63..f1ec520d 100644 --- a/stackit/internal/services/postgresflexalpha/postgresflex_acc_test.go +++ b/stackit/internal/services/postgresflexalpha/postgresflex_acc_test.go @@ -141,7 +141,7 @@ func TestAccInstance(t *testing.T) { updSizeData.Size = 25 updBackupSched := exData - updBackupSched.BackupSchedule = "30 3 5,15 * *" + updBackupSched.BackupSchedule = "30 3 5 * *" /* {