Skip to content

Commit 23d28f8

Browse files
author
Liam Cervante
committed
backport of commit c196aa2
1 parent e296ec3 commit 23d28f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/command/jsonformat/computed/renderers/primitive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ package renderers
22

33
import (
44
"fmt"
5-
"github.com/hashicorp/terraform/internal/command/jsonformat/structured"
65
"math/big"
76
"strings"
87

98
"github.com/zclconf/go-cty/cty"
109

1110
"github.com/hashicorp/terraform/internal/command/jsonformat/collections"
1211
"github.com/hashicorp/terraform/internal/command/jsonformat/computed"
12+
"github.com/hashicorp/terraform/internal/command/jsonformat/structured"
1313
"github.com/hashicorp/terraform/internal/command/jsonformat/structured/attribute_path"
1414
"github.com/hashicorp/terraform/internal/plans"
1515
)

internal/command/jsonformat/jsondiff/diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package jsondiff
22

33
import (
4-
"github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54
"reflect"
65

76
"github.com/zclconf/go-cty/cty"
87

98
"github.com/hashicorp/terraform/internal/command/jsonformat/collections"
109
"github.com/hashicorp/terraform/internal/command/jsonformat/computed"
10+
"github.com/hashicorp/terraform/internal/command/jsonformat/structured"
1111
"github.com/hashicorp/terraform/internal/plans"
1212
)
1313

0 commit comments

Comments
 (0)