File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/google/go-cmp v0.6.0
7
7
github.com/hashicorp/go-version v1.6.0
8
8
github.com/hashicorp/hc-install v0.6.4
9
- github.com/hashicorp/terraform-json v0.21 .0
9
+ github.com/hashicorp/terraform-json v0.22 .0
10
10
github.com/zclconf/go-cty v1.14.4
11
11
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b
12
12
)
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mO
40
40
github.com/hashicorp/go-version v1.6.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
41
41
github.com/hashicorp/hc-install v0.6.4 h1:QLqlM56/+SIIGvGcfFiwMY3z5WGXT066suo/v9Km8e0 =
42
42
github.com/hashicorp/hc-install v0.6.4 /go.mod h1:05LWLy8TD842OtgcfBbOT0WMoInBMUSHjmDx10zuBIA =
43
- github.com/hashicorp/terraform-json v0.21 .0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U =
44
- github.com/hashicorp/terraform-json v0.21 .0 /go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk =
43
+ github.com/hashicorp/terraform-json v0.22 .0 h1:cTZejr05cbovFmQ05MeJ43CPrn/+1hUBG7KDTcRwBc0 =
44
+ github.com/hashicorp/terraform-json v0.22 .0 /go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A =
45
45
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A =
46
46
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 /go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo =
47
47
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4 =
Original file line number Diff line number Diff line change @@ -1080,6 +1080,7 @@ func TestShowPlanFileBigInt(t *testing.T) {
1080
1080
cmpopts .IgnoreFields (tfjson.Config {}, "ProviderConfigs" ),
1081
1081
cmpopts .IgnoreFields (tfjson.Plan {}, "FormatVersion" ),
1082
1082
cmpopts .IgnoreFields (tfjson.Plan {}, "Timestamp" ),
1083
+ cmpopts .IgnoreFields (tfjson.Plan {}, "Complete" ),
1083
1084
}
1084
1085
1085
1086
if diff := diffPlan (expected , actual , opts ... ); diff != "" {
@@ -1204,6 +1205,7 @@ func TestShowPlanFileFloat64(t *testing.T) {
1204
1205
cmpopts .IgnoreFields (tfjson.Config {}, "ProviderConfigs" ),
1205
1206
cmpopts .IgnoreFields (tfjson.Plan {}, "FormatVersion" ),
1206
1207
cmpopts .IgnoreFields (tfjson.Plan {}, "Timestamp" ),
1208
+ cmpopts .IgnoreFields (tfjson.Plan {}, "Complete" ),
1207
1209
}
1208
1210
1209
1211
if diff := diffPlan (expected , actual , opts ... ); diff != "" {
You can’t perform that action at this time.
0 commit comments