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 @@ -19,14 +19,15 @@ import (
19
19
"errors"
20
20
"fmt"
21
21
22
- "github.com/pulumi/pulumi-terraform-module/pkg/property"
23
- "github.com/pulumi/pulumi-terraform-module/pkg/tfsandbox"
24
22
"github.com/pulumi/pulumi/sdk/v3/go/common/resource"
25
23
"github.com/pulumi/pulumi/sdk/v3/go/common/resource/urn"
26
24
"github.com/pulumi/pulumi/sdk/v3/go/common/tokens"
27
25
"github.com/pulumi/pulumi/sdk/v3/go/common/util/contract"
28
26
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
29
27
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/internals"
28
+
29
+ "github.com/pulumi/pulumi-terraform-module/pkg/property"
30
+ "github.com/pulumi/pulumi-terraform-module/pkg/tfsandbox"
30
31
)
31
32
32
33
// Parameterized component resource representing the top-level tree of resources for a particular TF module.
You can’t perform that action at this time.
0 commit comments