terraform/backend/remote-state
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
..
azure update remote state tests to use new test helpers 2018-02-20 21:05:58 -05:00
consul Revert "create clistate.Locker interface" 2018-02-23 11:31:13 -05:00
etcdv3 update remote state tests to use new test helpers 2018-02-20 21:05:58 -05:00
gcs Use New() instead of `once.Do(b.init)` 2018-08-03 11:29:11 +02:00
inmem update remote state tests to use new test helpers 2018-02-20 21:05:58 -05:00
manta backend/manta: deprecate camelcase attribute name 2018-08-29 20:22:04 +02:00
s3 Fix drift caused from gofmt when running make dev and go 1.11. 2018-09-09 10:18:08 -07:00
swift update remote state tests to use new test helpers 2018-02-20 21:05:58 -05:00
backend.go update remote-state.Backend 2017-02-28 16:35:45 -05:00
backend_test.go backend/remote-state 2017-01-26 14:33:49 -08:00
testing.go Move TestRemoteLocks to state/remote 2017-02-08 11:25:52 -05:00