terraform/backend/remote
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
..
test-fixtures backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend.go backend/remote: use `state.v2` for remote state only 2019-02-19 10:59:51 +01:00
backend_apply.go backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend_apply_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend_common.go backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend_context.go backend/remote: implement the Local interface 2018-11-26 20:50:25 +01:00
backend_mock.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend_plan.go backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend_plan_test.go backend/remote: update the test logic 2019-02-08 16:56:37 +01:00
backend_state.go backend/remote: support the new force-unlock API 2018-11-30 19:39:18 +01:00
backend_state_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
cli.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
colorize.go backend/remote: implement the Local interface 2018-11-26 20:50:25 +01:00
remote_test.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
testing.go backend/remote: use `state.v2` for remote state only 2019-02-19 10:59:51 +01:00