terraform/builtin/provisioners/chef
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
..
test-fixtures Support recreating clients and configuring Chef Vaults (#8577) 2016-09-15 14:20:18 +02:00
linux_provisioner.go Updates the chef provisioner to allow specifying a channel (#17355) 2018-03-20 11:51:14 +01:00
linux_provisioner_test.go Fix drift caused from gofmt when running make dev and go 1.11. 2018-09-09 10:18:08 -07:00
resource_provisioner.go Merge pull request #17609 from hashicorp/jbardin/remote-command 2018-03-23 17:34:06 -04:00
resource_provisioner_test.go Clean clients from chef-vault on recreate_client enabled (#16357) 2017-10-20 17:46:29 +02:00
windows_provisioner.go Updates the chef provisioner to allow specifying a channel (#17355) 2018-03-20 11:51:14 +01:00
windows_provisioner_test.go Updates the chef provisioner to allow specifying a channel (#17355) 2018-03-20 11:51:14 +01:00