jmccann / drone-terraform

Drone plugin for triggering Terraform deployments
http://plugins.drone.io/jmccann/terraform/
Apache License 2.0
86 stars 93 forks source link

terraform get and gofmt #16

Closed jeffastorey closed 8 years ago

jeffastorey commented 8 years ago

15 running terraform get before applying terraform commands. Also ran gofmt for some cleanup.

sl1pm4t commented 8 years ago

@tboerger - Could we also merge this one, our terraform configs usually point to modules in git, so we need terraform get behaviour this PR provides.

tboerger commented 8 years ago

LGTM

jackspirou commented 8 years ago

LGTM

jackspirou commented 8 years ago

@jeffastorey this will need a rebase or pull as well

desktophero commented 8 years ago

terraform get ... sweet!

jeffastorey commented 8 years ago

@jackspirou rebased and updated