terraform/builtin/provisioners
Sean Chittenden d749420a25
Fix drift caused from gofmt when running make dev and go 1.11.
A fresh checkout of `origin/master` does not build atm using the `dev`
target because `master` has not been formatted using `gofmt` from Go
1.11 (tis has been the case for a while if you've been running devel).

None of the drift in question is especially new but now that Go 1.11
has been released and gofmt's formatting guidelines have been updated,
it would be *really* nice if the code in `master` reflected the current
tooling in order to avoid having to fight this drift locally.

* 8mo: https://github.com/hashicorp/terraform/blame/master/backend/remote-state/s3/backend_test.go#L260-L261
* 6mo: https://github.com/hashicorp/terraform/blame/master/builtin/provisioners/chef/linux_provisioner_test.go#L124
* 1yr: 7cfeffe36b/command/init.go (L75-L76)
* 12d: 7cfeffe36b/command/meta_backend_test.go (L1437)
* 2yr: 7cfeffe36b/helper/schema/resource_timeout_test.go (L26)
* 4yr: 7cfeffe36b/helper/schema/schema_test.go (L2059)
* 1yr: 7cfeffe36b/plugin/discovery/get_test.go (L151)
2018-09-09 10:18:08 -07:00
..
chef Fix drift caused from gofmt when running make dev and go 1.11. 2018-09-09 10:18:08 -07:00
file use correct context for communicator.Retry 2018-03-20 13:06:28 -04:00
habitat Update resource_provisioner.go 2018-07-05 15:37:42 -04:00
local-exec provisioner/local-exec: Support custom environment variables on Windows 2018-06-15 18:26:43 -07:00
remote-exec Merge pull request #17609 from hashicorp/jbardin/remote-command 2018-03-23 17:34:06 -04:00
salt-masterless Merge pull request #17609 from hashicorp/jbardin/remote-command 2018-03-23 17:34:06 -04:00