File tree Expand file tree Collapse file tree 7 files changed +8
-11
lines changed
internal/command/jsonformat/differ Expand file tree Collapse file tree 7 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
5- "github.com/hashicorp/terraform/internal/command/jsonformat/structured/attribute_path"
64 "github.com/zclconf/go-cty/cty"
75
86 "github.com/hashicorp/terraform/internal/command/jsonformat/collections"
97 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
108 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
9+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
10+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured/attribute_path"
1111 "github.com/hashicorp/terraform/internal/command/jsonprovider"
1212 "github.com/hashicorp/terraform/internal/plans"
1313)
Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54 "github.com/zclconf/go-cty/cty"
65
76 "github.com/hashicorp/terraform/internal/command/jsonformat/collections"
87 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
98 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
9+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
1010 "github.com/hashicorp/terraform/internal/command/jsonprovider"
1111 "github.com/hashicorp/terraform/internal/plans"
1212)
Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54 "github.com/zclconf/go-cty/cty"
65
76 "github.com/hashicorp/terraform/internal/command/jsonformat/collections"
87 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
98 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
9+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
1010 "github.com/hashicorp/terraform/internal/command/jsonprovider"
1111 "github.com/hashicorp/terraform/internal/plans"
1212)
Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54 "github.com/zclconf/go-cty/cty"
65
76 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
8-
97 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
8+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
109)
1110
1211func computeAttributeDiffAsPrimitive (change structured.Change , ctype cty.Type ) computed.Diff {
Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54 "github.com/zclconf/go-cty/cty"
65
76 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
87 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
8+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
99 "github.com/hashicorp/terraform/internal/command/jsonprovider"
1010 "github.com/hashicorp/terraform/internal/plans"
1111)
Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54 "github.com/zclconf/go-cty/cty"
65
76 "github.com/hashicorp/terraform/internal/command/jsonformat/collections"
87 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
98 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
9+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
1010)
1111
1212func computeAttributeDiffAsTuple (change structured.Change , elementTypes []cty.Type ) computed.Diff {
Original file line number Diff line number Diff line change 11package differ
22
33import (
4- "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
54 "github.com/zclconf/go-cty/cty"
65
76 "github.com/hashicorp/terraform/internal/command/jsonformat/computed"
8-
97 "github.com/hashicorp/terraform/internal/command/jsonformat/computed/renderers"
10-
8+ "github.com/hashicorp/terraform/internal/command/jsonformat/structured"
119 "github.com/hashicorp/terraform/internal/command/jsonprovider"
1210)
1311
You can’t perform that action at this time.
0 commit comments