terraform/backend/remote
Paul Thrasher 39817ac476
cost estimation status polling
Properly wait for cost estimation to finish running before outputting
the results. Waits 500 milliseconds between checks, rather than backing
off exponentially, because we are not in a run queue. At the point we're
waiting, we expect cost estimation to be run in a timely manner.
2019-09-27 14:16:05 -07:00
..
testdata Standardise directory name for test data 2019-06-30 10:16:15 +02:00
backend.go backend/remote: remove milseading contents from error message (#22148) 2019-07-22 09:06:39 -04:00
backend_apply.go update remote apply language to use proper its/it's 2019-06-14 12:22:21 -05:00
backend_apply_test.go Standardise directory name for test data 2019-06-30 10:16:15 +02:00
backend_common.go cost estimation status polling 2019-09-27 14:16:05 -07:00
backend_context.go Prevent a panic caused by writing to a nil map 2019-04-11 14:34:14 +02:00
backend_mock.go tfce mock fix 2019-09-27 14:11:49 -07:00
backend_plan.go backend/remote: notify users when uploading something other than cwd 2019-07-18 09:50:17 -07:00
backend_plan_test.go backend/remote: remove milseading contents from error message (#22148) 2019-07-22 09:06:39 -04:00
backend_state.go backend/remote: do not unlock after a failed upload 2019-04-29 21:23:33 +02: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 Remove pre-alpha cost estimation logic 2019-05-20 16:48:38 -07:00