File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,14 @@ import (
7
7
rschema "github.com/hashicorp/terraform-plugin-framework/resource/schema"
8
8
"github.com/hashicorp/terraform-plugin-framework/types"
9
9
"github.com/hexops/autogold/v2"
10
+ "github.com/pulumi/pulumi/sdk/v3/go/auto/optpreview"
11
+ "github.com/stretchr/testify/require"
12
+
10
13
"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tests/internal/providerbuilder"
11
14
pb "github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tests/internal/providerbuilder"
12
15
"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tests/pulcheck"
13
16
tfbridge0 "github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge"
14
17
"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge/info"
15
- "github.com/pulumi/pulumi/sdk/v3/go/auto/optpreview"
16
- "github.com/stretchr/testify/require"
17
18
)
18
19
19
20
func TestSecretBasic (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments