Skip to content

Commit

Permalink
Merge pull request #7 from asteris-llc/fix/tf-0.8
Browse files Browse the repository at this point in the history
update deps for terraform 0.8.2
  • Loading branch information
stevendborrelli authored Jan 4, 2017
2 parents d56876f + c76a8d6 commit 07a3fd4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 18 deletions.
43 changes: 27 additions & 16 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: github.com/asteris-llc/terraform-provisioner-converge
import:
- package: github.com/hashicorp/go-plugin
- package: github.com/hashicorp/terraform/terraform
version: v0.7.0
version: v0.8.2
- package: github.com/packer-community/winrmcp
version: 3d184cea22ee1c41ec1697e0d830ff0c78f7ea97
- package: github.com/masterzen/winrm
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const Name = "terraform-provisioner-converge"
const Version = "0.3.0"
const Version = "0.3.1"

func main() {
plugin.Serve(&plugin.ServeOpts{
Expand Down

0 comments on commit 07a3fd4

Please sign in to comment.