terraform/command/views
Martin Atkins 05caff2ca3 Move tfdiags/ to internal/tfdiags/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
json Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
apply.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
apply_test.go command/views: Remove command-specific runningInAutomation 2021-05-10 10:50:05 -07:00
hook_count.go cli: Migrate apply to command views 2021-02-22 11:47:40 -05:00
hook_count_test.go cli: Migrate apply to command views 2021-02-22 11:47:40 -05:00
hook_json.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
hook_json_test.go cli: Add JSON logs for operations commands 2021-04-30 11:37:36 -04:00
hook_ui.go core: Treat deposed objects the same as orphaned current objects 2021-05-13 09:05:06 -07:00
hook_ui_test.go core: Treat deposed objects the same as orphaned current objects 2021-05-13 09:05:06 -07:00
json_view.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
json_view_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
operation.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
operation_test.go command+backend/local: -refresh-only and drift detection 2021-05-13 09:05:06 -07:00
output.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
output_test.go views: Expand test coverage for views.Output 2021-02-16 08:48:31 -05:00
plan.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
plan_test.go command/views: Remove command-specific runningInAutomation 2021-05-10 10:50:05 -07:00
refresh.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
refresh_test.go command/views: Remove command-specific runningInAutomation 2021-05-10 10:50:05 -07:00
show.go command/views: Remove baseState argument from plan-rendering views 2021-05-10 09:25:30 -07:00
state_locker.go views: Fix missing source in diagnostic output 2021-02-26 16:43:03 -05:00
test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
test_test.go command: Experimental "terraform test" command 2021-02-22 14:21:45 -08:00
validate.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
validate_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
view.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00