terraform/backend/remote
Alisdair McDiarmid 5ca118b4e6 cli: Move resource count code to command package
CountHook is an implementation of terraform.Hook which is used to
calculate how many resources were added, changed, or destroyed during an
apply. This hook was previously injected in the local backend code,
which means that the apply command code has no access to these counts.

This commit moves the CountHook code into the command package, and
removes an unused instance of the hook in the plan code path. The goal
here is moving UI code into the command package.
2021-01-29 15:29:35 -05:00
..
testdata clean up go mod for go-tfe 2019-09-27 14:16:41 -07:00
backend.go backend/remote: No version check for local ops 2021-01-05 09:11:19 -05:00
backend_apply.go prevent targeting for unsupported API versions 2020-05-15 16:57:18 -07:00
backend_apply_test.go cli: Move resource count code to command package 2021-01-29 15:29:35 -05:00
backend_common.go unused err value and nil context 2020-12-02 13:59:19 -05:00
backend_context.go backend: Validate remote backend Terraform version 2020-11-19 13:19:40 -05:00
backend_context_test.go unused err value and nil context 2020-12-02 13:59:19 -05:00
backend_mock.go backend: Validate remote backend Terraform version 2020-11-19 13:19:40 -05:00
backend_plan.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_plan_test.go backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
backend_state.go state: remove deprecated state package (#25490) 2020-08-11 11:43:01 -04:00
backend_state_test.go refactor tests to use modern states.State in favor of terraform.State where possible 2020-09-30 16:07:54 -04:00
backend_test.go backend/remote: No version check for local ops 2021-01-05 09:11:19 -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 backend: Faster remote backend tests 2020-11-18 16:00:05 -05:00
testing.go update MockProvider usage 2021-01-12 17:47:55 -05:00