terraform/backend/remote-state/etcdv2
Sander van Harmelen 54736b068b backend/remote: use `state.v2` for remote state only
The API surface area is much smaller when we use the remote backend for remote state only.

So in order to try and prevent any backwards incompatibilities when TF runs inside of TFE, we’ve split up the discovery services into `state.v2` (which can be used for remote state only configurations, so when running in TFE) and `tfe.v2.1` (which can be used for all remote configurations).
2019-02-19 10:59:51 +01:00
..
backend.go backend/remote: use `state.v2` for remote state only 2019-02-19 10:59:51 +01:00
backend_test.go move legacy etcd remote state to a backend 2018-10-16 18:21:51 -07:00
client.go move legacy etcd remote state to a backend 2018-10-16 18:21:51 -07:00
client_test.go backend/remote-state: Get all the backend tests building again 2018-10-16 19:14:11 -07:00