Skip to content

Commit

Permalink
Upgrade to Terraform v0.11.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jun 9, 2019
1 parent 1aba225 commit 2bdd0a2
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 123 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This provider enables SSH port forwarding in Terraform. It is intended as a
bandaid [until it is supported in Terraform itself](https://github.com/hashicorp/terraform/issues/8367).

*This provider does not support Terraform v0.12 yet. There were some changes made that makes the upgrade non-trivial.*

#### Example

See [main.tf](main.tf).
Expand Down
19 changes: 2 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
module github.com/stefansundin/terraform-provider-ssh

require (
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/hashicorp/go-getter v0.0.0-20181213035916-be39683deade // indirect
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
github.com/hashicorp/go-plugin v0.0.0-20181212150838-f444068e8f5a // indirect
github.com/hashicorp/go-uuid v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20181220012050-6631d7cd0a68 // indirect
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect
github.com/hashicorp/terraform v0.11.11
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/zclconf/go-cty v0.0.0-20181218225846-4fe1e489ee06 // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
github.com/hashicorp/terraform v0.11.14
golang.org/x/crypto v0.0.0-20180211211603-9de5f2eaf759
)
Loading

0 comments on commit 2bdd0a2

Please sign in to comment.