fix: builder and sdk changes #81
2 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 * *"
|
||||
|
||||
/*
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue