fix: add missing imports to builder
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 4s
CI Workflow / Test readiness for publishing provider (pull_request) Failing after 2m30s
CI Workflow / CI run build and linting (pull_request) Failing after 6m20s
CI Workflow / CI run tests (pull_request) Failing after 6m36s
CI Workflow / Code coverage report (pull_request) Has been skipped

This commit is contained in:
Marcel_Henselin 2026-03-02 11:46:42 +01:00
parent e3440bb664
commit 143df848ed
2 changed files with 1 additions and 5 deletions

View file

@ -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"

View file

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