File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/command/jsonformat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ package renderers
22
33import (
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)
Original file line number Diff line number Diff line change 11package jsondiff
22
33import (
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
You can’t perform that action at this time.
0 commit comments