Skip to content

Commit 79f171b

Browse files
paddycarverPaddy
authored andcommitted
Use merged version of terraform-exec.
1 parent f9b83ba commit 79f171b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/hashicorp/go-version v1.2.1
2626
github.com/hashicorp/hcl/v2 v2.3.0
2727
github.com/hashicorp/logutils v1.0.0
28-
github.com/hashicorp/terraform-exec v0.11.1-0.20201216215126-3644a78ac896
28+
github.com/hashicorp/terraform-exec v0.11.1-0.20201217153730-d95ab21cfb98
2929
github.com/hashicorp/terraform-json v0.8.0
3030
github.com/hashicorp/terraform-plugin-go v0.1.0
3131
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ github.com/hashicorp/hcl/v2 v2.3.0 h1:iRly8YaMwTBAKhn1Ybk7VSdzbnopghktCD031P8ggU
200200
github.com/hashicorp/hcl/v2 v2.3.0/go.mod h1:d+FwDBbOLvpAM3Z6J7gPj/VoAGkNe/gm352ZhjJ/Zv8=
201201
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
202202
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
203-
github.com/hashicorp/terraform-exec v0.11.1-0.20201216215126-3644a78ac896 h1:pQI86O3z+F6NNBbnfwdhqRTZyyfDoNr4J3rSiyPOLOg=
204-
github.com/hashicorp/terraform-exec v0.11.1-0.20201216215126-3644a78ac896/go.mod h1:SGhto91bVRlgXQWcJ5znSz+29UZIa8kpBbkGwQ+g9E8=
203+
github.com/hashicorp/terraform-exec v0.11.1-0.20201217153730-d95ab21cfb98 h1:05t/ajd+ti4HG0MZBr/oWshUwnHhvmd8ZMYYozSC3xM=
204+
github.com/hashicorp/terraform-exec v0.11.1-0.20201217153730-d95ab21cfb98/go.mod h1:SGhto91bVRlgXQWcJ5znSz+29UZIa8kpBbkGwQ+g9E8=
205205
github.com/hashicorp/terraform-json v0.8.0 h1:XObQ3PgqU52YLQKEaJ08QtUshAfN3yu4u8ebSW0vztc=
206206
github.com/hashicorp/terraform-json v0.8.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE=
207207
github.com/hashicorp/terraform-plugin-go v0.1.0 h1:kyXZ0nkHxiRev/q18N40IbRRk4AV0zE/MDJkDM3u8dY=

0 commit comments

Comments
 (0)