fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
2 changed files with 21 additions and 1 deletions
Showing only changes of commit 79ca4b2ea0 - Show all commits

20
generator/go.mod Normal file
View file

@ -0,0 +1,20 @@
module generator
go 1.25.6
require (
github.com/SladkyCitron/slogcolor v1.8.0
github.com/ivanpirog/coloredcobra v1.0.1
github.com/ldez/go-git-cmd-wrapper/v2 v2.9.1
github.com/spf13/cobra v1.10.2
tf-provider.git.onstackit.cloud/stackit-dev-tools/terraform-provider-stackitprivatepreview v0.0.23-alpha
)
require (
github.com/fatih/color v1.18.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/sys v0.41.0 // indirect
)

View file

@ -141,7 +141,7 @@ func TestAccInstance(t *testing.T) {
updSizeData.Size = 25
updBackupSched := exData
updBackupSched.BackupSchedule = "0 0 1 * *"
updBackupSched.BackupSchedule = "30 3 5,15 * *"
/*
{