You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command
James Bardin a705a3d327
allow marshaling the convert function description
1 week ago
..
arguments PSS : Add `fs` and `inmem` state storage implementations to the builtin `simplev6` provider, update `grpcwrap` package, use PSS implementation in E2E test (#37790) 3 months ago
cliconfig
clistate
e2etest test: Add E2E test coverage for inspecting a plan file using the `terraform show` command (#38020) 2 months ago
format Colorize diag details (#38145) 2 weeks ago
jsonchecks fix: support ephemeral resources in jsonchecks (#37893) 3 months ago
jsonconfig
jsonformat
jsonfunction allow marshaling the convert function description 1 week ago
jsonplan
jsonprovider PSS: Add tests showing `provider` commands being used with PSS (#37959) 2 months ago
jsonstate add deprecation marks 3 weeks ago
junit testing: include file-level errors in JUnit skipped elements (#37806) 4 months ago
testdata validate: Add checking the backend block to the `validate` command (#38021) 1 week ago
testing
views PSS: Migration from a backend to a state store (#38048) 2 weeks ago
webbrowser
workdir PSS: Allow pluggable state store configuration to be stored in a plan file (#37956) 2 months ago
apply.go PSS: Allow pluggable state store configuration to be read from a plan file (#37957) 2 months ago
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) 3 weeks ago
autocomplete.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
autocomplete_test.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
cli_ui.go
cli_ui_test.go
cloud.go
cloud_test.go
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) 3 weeks ago
console.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
console_interactive.go
console_interactive_solaris.go
console_test.go
experimental_test.go
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) 4 months ago
graph_test.go fix: Fail an `apply` command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 3 weeks ago
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) 4 months ago
import_test.go
init.go init: skip dependencies declared in development override 3 months ago
init_run.go PSS: Ensure experimental backend codepath is isolated + gated correctly (#37868) 4 months ago
init_run_experiment.go init: Fix when error diagnostics are acted on in PSS's experimental version of `init`. Avoid trying to initialise a state store with insufficient config. (#38125) 2 weeks ago
init_test.go Colorize diag details (#38145) 2 weeks ago
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) 2 months ago
meta_backend.go PSS: Migration from a backend to a state store (#38048) 2 weeks ago
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) 3 weeks ago
meta_backend_migrate.go Fix nil pointer dereference in backend state migration (#38028) 1 month ago
meta_backend_migrate_test.go
meta_backend_test.go PSS: Migration from a backend to a state store (#38048) 2 weeks ago
meta_config.go
meta_dependencies.go
meta_dependencies_test.go
meta_new.go
meta_providers.go add additional warning that providers won't be downloaded 3 months ago
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) 3 months ago
output_test.go PSS: Add tests showing `output` and `show` commands being used with PSS (#37894) 2 months ago
plan.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
plan_test.go PSS: Allow pluggable state store configuration to be stored in a plan file (#37956) 2 months ago
plugins.go
plugins_lock.go
plugins_lock_test.go
plugins_test.go
providers.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
providers_lock.go providers lock: include test files when loading configuration (#37851) 3 months ago
providers_lock_test.go providers lock: include test files when loading configuration (#37851) 3 months ago
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) 4 months ago
providers_schema_test.go PSS: Add tests showing `provider` commands being used with PSS (#37959) 2 months ago
providers_test.go PSS: Add tests showing `provider` commands being used with PSS (#37959) 2 months ago
push.go
query.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
query_test.go
refresh.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
refresh_test.go
show.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
show_test.go PSS: Add tests showing `output` and `show` commands being used with PSS (#37894) 2 months ago
stacks.go
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) 4 months ago
state_identities_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_list.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_list_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_meta.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_mv.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_mv_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_pull.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_pull_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_push.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_push_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_replace_provider.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_replace_provider_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_rm.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_rm_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_show.go fix: Make `state show` command exit with code 1 if the stored state cannot be marshalled for rendering (#37933) 3 months ago
state_show_test.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 3 months ago
state_test.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
taint.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
taint_test.go
telemetry.go
test.go
test_cleanup.go
test_test.go Allow functions in test mock blocks (#37883) 1 month ago
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) 4 months ago
unlock_test.go
untaint.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
untaint_test.go
validate.go validate: Add checking the backend block to the `validate` command (#38021) 1 week ago
validate_test.go validate: Add checking the backend block to the `validate` command (#38021) 1 week ago
version.go
version_test.go
workspace_command.go PSS: Address edge case in `workspace list` when no state files/workspace artefacts exist (#38094) 4 weeks ago
workspace_command_test.go PSS: Address edge case in `workspace list` when no state files/workspace artefacts exist (#38094) 4 weeks ago
workspace_delete.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
workspace_list.go PSS: Address edge case in `workspace list` when no state files/workspace artefacts exist (#38094) 4 weeks ago
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) 3 months ago
workspace_select.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
workspace_show.go