chore: work save
This commit is contained in:
parent
979220be66
commit
2abd4e2c72
4 changed files with 25 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
0
stackit/internal/services/postgresflexalpha/testdata/resource-complete.tf
vendored
Normal file
0
stackit/internal/services/postgresflexalpha/testdata/resource-complete.tf
vendored
Normal file
Loading…
Add table
Add a link
Reference in a new issue