chore: work save

This commit is contained in:
Marcel_Henselin 2026-01-14 15:24:47 +01:00
parent 979220be66
commit 2abd4e2c72
4 changed files with 25 additions and 9 deletions

View file

@ -4,6 +4,7 @@ package postgresflex_test
import (
"context"
_ "embed"
"fmt"
"strings"
"testing"
@ -20,6 +21,11 @@ import (
postgresflex "github.com/mhenselin/terraform-provider-stackitprivatepreview/pkg/postgresflexalpha"
)
var (
//go:embed testdata/resource-complete.tf
resourceSecurityGroupMinConfig string
)
// Instance resource data
var instanceResource = map[string]string{
"project_id": testutil.ProjectId,