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 * *" /* {