terraform/internal/command
2026-02-10 16:43:57 +01:00
..
arguments move providers command to new arguments / views architecture 2026-02-10 16:43:57 +01:00
cliconfig
clistate
e2etest test: Add E2E test coverage for inspecting a plan file using the terraform show command (#38020) 2025-12-19 14:53:07 +00:00
format use a string as deprecation origin to help with indirect references 2026-02-03 16:04:43 +01:00
jsonchecks fix: support ephemeral resources in jsonchecks (#37893) 2025-11-19 09:51:09 +01:00
jsonconfig fix: move parsing action reference expressions into terraform (#37458) 2025-08-22 11:23:55 -04:00
jsonformat tf query: ready list blocks for beta (#37619) 2025-09-17 12:29:04 +02:00
jsonfunction
jsonplan actions: preserve unknown metadata in the json plan (#37611) 2025-09-15 14:21:14 +02:00
jsonprovider PSS: Add tests showing provider commands being used with PSS (#37959) 2025-12-17 19:44:36 +00:00
jsonstate add deprecation marks 2026-02-03 13:32:06 +01:00
junit testing: include file-level errors in JUnit skipped elements (#37806) 2025-10-30 09:17:08 +00:00
testdata Allow functions in test mock blocks (#37883) 2026-01-22 09:42:21 +01:00
testing terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 2025-07-30 11:03:41 +02:00
views move providers command to new arguments / views architecture 2026-02-10 16:43:57 +01:00
webbrowser
workdir PSS: Allow pluggable state store configuration to be stored in a plan file (#37956) 2025-12-11 11:41:36 +00:00
apply.go PSS: Allow pluggable state store configuration to be read from a plan file (#37957) 2025-12-18 11:49:31 +00:00
apply_destroy_test.go
apply_test.go fix: Fail an apply command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 2026-02-03 15:29:58 +00:00
autocomplete.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
autocomplete_test.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
cli_ui.go
cli_ui_test.go
cloud.go
cloud_test.go PSS: Add alternative, experimental version of init command that downloads providers in two stages (#37350) 2025-08-18 11:20:18 +01:00
command.go
command_test.go fix: Fail an apply command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 2026-02-03 15:29:58 +00:00
console.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
console_interactive.go
console_interactive_solaris.go
console_test.go
experimental_test.go Fix experimental gating of PSS feature (#37526) 2025-08-29 14:23:35 +01:00
flag_kv.go
flag_kv_test.go
fmt.go
fmt_test.go
get.go
get_test.go
graph.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
graph_test.go fix: Fail an apply command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 2026-02-03 15:29:58 +00:00
helper.go
hook_module_install.go
import.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
import_test.go
init.go init: skip dependencies declared in development override 2025-11-12 09:23:17 +01:00
init_run.go PSS: Ensure experimental backend codepath is isolated + gated correctly (#37868) 2025-11-05 09:40:48 +00:00
init_run_experiment.go plan: Improve diagnostics for uninitialized state_store provider (#38075) 2026-02-04 11:14:33 +00:00
init_test.go PSS: Migration from a backend to a state store (#38048) 2026-02-10 11:39:33 +00:00
login.go
login_test.go
logout.go
logout_test.go
meta.go PSS: Allow pluggable state store configuration to be stored in a plan file (#37956) 2025-12-11 11:41:36 +00:00
meta_backend.go PSS: Migration from a backend to a state store (#38048) 2026-02-10 11:39:33 +00:00
meta_backend_errors.go fix: Fail an apply command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 2026-02-03 15:29:58 +00:00
meta_backend_migrate.go Fix nil pointer dereference in backend state migration (#38028) 2026-01-14 11:41:23 +00:00
meta_backend_migrate_test.go
meta_backend_test.go PSS: Migration from a backend to a state store (#38048) 2026-02-10 11:39:33 +00:00
meta_config.go tf query: ready list blocks for beta (#37619) 2025-09-17 12:29:04 +02:00
meta_dependencies.go PSS: Add alternative, experimental version of init command that downloads providers in two stages (#37350) 2025-08-18 11:20:18 +01:00
meta_dependencies_test.go PSS: Add alternative, experimental version of init command that downloads providers in two stages (#37350) 2025-08-18 11:20:18 +01:00
meta_new.go
meta_providers.go add additional warning that providers won't be downloaded 2025-11-12 09:23:17 +01:00
meta_test.go
meta_vars.go
metadata_command.go
metadata_functions.go
metadata_functions_test.go
modules.go
modules_test.go
output.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
output_test.go PSS: Add tests showing output and show commands being used with PSS (#37894) 2025-12-17 18:11:48 +00:00
plan.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
plan_test.go PSS: Allow pluggable state store configuration to be stored in a plan file (#37956) 2025-12-11 11:41:36 +00:00
plugins.go
plugins_lock.go
plugins_lock_test.go
plugins_test.go
providers.go move providers command to new arguments / views architecture 2026-02-10 16:43:57 +01:00
providers_lock.go providers lock: include test files when loading configuration (#37851) 2025-11-17 08:33:25 +01:00
providers_lock_test.go providers lock: include test files when loading configuration (#37851) 2025-11-17 08:33:25 +01:00
providers_mirror.go
providers_mirror_test.go
providers_schema.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
providers_schema_test.go PSS: Add tests showing provider commands being used with PSS (#37959) 2025-12-17 19:44:36 +00:00
providers_test.go move providers command to new arguments / views architecture 2026-02-10 16:43:57 +01:00
push.go
query.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
query_test.go remove id from generated config 2025-10-01 15:16:00 -04:00
refresh.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
refresh_test.go
show.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
show_test.go PSS: Add tests showing output and show commands being used with PSS (#37894) 2025-12-17 18:11:48 +00:00
stacks.go Use raw args in -help flag handling 2025-09-19 15:50:20 -04:00
stacks_test.go
state_command.go
state_identities.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_identities_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_list.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_list_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_meta.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_mv.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_mv_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_pull.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_pull_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_push.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_push_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_replace_provider.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_replace_provider_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_rm.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
state_rm_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_show.go fix: Make state show command exit with code 1 if the stored state cannot be marshalled for rendering (#37933) 2025-11-24 15:49:47 +00:00
state_show_test.go PSS: Add tests showing state subcommands being used with PSS (#37891) 2025-12-09 17:24:38 +00:00
state_test.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
taint.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
taint_test.go
telemetry.go
test.go Fix typos and linguistic errors in documentation (#37770) 2025-10-14 10:38:27 +01:00
test_cleanup.go Implement controlling destroy functionality within Terraform Test (#37359) 2025-09-10 17:22:20 +02:00
test_test.go Allow functions in test mock blocks (#37883) 2026-01-22 09:42:21 +01:00
ui_input.go
ui_input_test.go
unlock.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
unlock_test.go
untaint.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
untaint_test.go
validate.go query: add -query flag to validate command (#37671) 2025-10-01 11:33:52 +02:00
validate_test.go test: Add more test coverage of validate command's interaction with backend blocks (#37977) 2025-12-17 18:09:54 +00:00
version.go
version_test.go
workspace_command.go PSS: Address edge case in workspace list when no state files/workspace artefacts exist (#38094) 2026-01-28 15:15:04 +00:00
workspace_command_test.go PSS: Address edge case in workspace list when no state files/workspace artefacts exist (#38094) 2026-01-28 15:15:04 +00:00
workspace_delete.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
workspace_list.go PSS: Address edge case in workspace list when no state files/workspace artefacts exist (#38094) 2026-01-28 15:15:04 +00:00
workspace_new.go PSS: Update the workspace new subcommand to work with PSS, add E2E and integration tests for using workspace commands with PSS. (#37855) 2025-11-19 12:50:43 +00:00
workspace_select.go PSS: Update how commands access backends, so both backend and state_store configuration can be used (#37569) 2025-11-03 17:57:20 +00:00
workspace_show.go