terraform/backend/remote
James Bardin c814f2da37 Change backend.ValidateConfig to PrepareConfig
This mirrors the change made for providers, so that default values can
be inserted into the config by the backend implementation. This is only
the interface and method name changes, it does not yet add any default
values.
2019-02-25 18:37:20 -05:00
..
test-fixtures backend/remote: fix bufio.Scanner: token too long 2019-02-07 09:54:43 +01:00
backend.go Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00
backend_apply.go backend/remote: use the can-queue-apply permission 2019-02-25 14:45:40 +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: use the can-queue-apply permission 2019-02-25 14:45:40 +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 Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05: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 Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00