terraform/backend/local/testdata
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
..
apply Standardise directory name for test data 2019-06-30 10:16:15 +02:00
apply-empty Standardise directory name for test data 2019-06-30 10:16:15 +02:00
apply-error Standardise directory name for test data 2019-06-30 10:16:15 +02:00
destroy-with-ds refresh is expected for destroy 2021-01-08 13:29:54 -05:00
empty Standardise directory name for test data 2019-06-30 10:16:15 +02:00
plan Standardise directory name for test data 2019-06-30 10:16:15 +02:00
plan-cbd Standardise directory name for test data 2019-06-30 10:16:15 +02:00
plan-module-outputs-changed output test for plan with no root output changes 2020-11-17 16:11:57 -05:00
plan-outputs-changed backend: Only show root module output changes 2020-11-02 10:24:22 -05:00
refresh Standardise directory name for test data 2019-06-30 10:16:15 +02:00
refresh-provider-config add backend refresh test with provider config 2020-12-06 10:02:26 -08:00
refresh-var-unset fix tests 2020-09-21 16:17:46 -04:00