Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #158 from radekg/terraform-0.14.0
Browse files Browse the repository at this point in the history
Bump Terrform dependency to 0.14.0, fix tests to pass with 0.14.0.
  • Loading branch information
radekg authored Dec 6, 2020
2 parents b0fa96a + ca75184 commit 953c692
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 36 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ module github.com/radekg/terraform-provisioner-ansible/v2
go 1.15

require (
github.com/hashicorp/terraform v0.13.5
github.com/hashicorp/terraform v0.14.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-linereader v0.0.0-20190213213312-1b945b3263eb
github.com/mitchellh/mapstructure v1.3.3
github.com/pkg/sftp v1.12.0
github.com/satori/go.uuid v1.2.0
github.com/xanzy/ssh-agent v0.3.0 // indirect
github.com/zclconf/go-cty v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
)
Loading

0 comments on commit 953c692

Please sign in to comment.