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
Daniel Schmidt 075350a9d0
move taint commands to new arguments / views architecture
1 week ago
..
arguments move taint commands to new arguments / views architecture 1 week ago
cliconfig Apply some new go collection features (#36818) 11 months ago
clistate command/workdir: Model the "backend state" file format 2 years ago
e2etest test: Add E2E test coverage for inspecting a plan file using the `terraform show` command (#38020) 2 months ago
format use a string as deprecation origin to help with indirect references 2 weeks ago
jsonchecks fix: support ephemeral resources in jsonchecks (#37893) 3 months ago
jsonconfig fix: move parsing action reference expressions into terraform (#37458) 6 months ago
jsonformat tf query: ready list blocks for beta (#37619) 5 months ago
jsonfunction lang: stabilise templatestring func experiment (#35224) 2 years ago
jsonplan actions: preserve unknown metadata in the json plan (#37611) 5 months ago
jsonprovider PSS: Add tests showing `provider` commands being used with PSS (#37959) 2 months ago
jsonstate add deprecation marks 2 weeks ago
junit testing: include file-level errors in JUnit skipped elements (#37806) 4 months ago
testdata Allow functions in test mock blocks (#37883) 4 weeks ago
testing terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months ago
views move taint commands to new arguments / views architecture 1 week ago
webbrowser Update copyright file headers to BUSL-1.1 3 years ago
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
apply_test.go fix: Fail an `apply` command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 2 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 adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
cli_ui_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
cloud.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
cloud_test.go PSS: Add alternative, experimental version of `init` command that downloads providers in two stages (#37350) 6 months ago
command.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 months ago
command_test.go fix: Fail an `apply` command if the plan file was generated for a workspace that isn't the selected workspace (#37955) 2 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 terraform console: Multi-line entry support 2 years ago
console_interactive_solaris.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
console_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
experimental_test.go Fix experimental gating of PSS feature (#37526) 6 months ago
flag_kv.go move all command args from command/init to args/init 2 years ago
flag_kv_test.go Update copyright file headers to BUSL-1.1 3 years ago
fmt.go Support tfquery files in `terraform fmt` (#37347) 7 months ago
fmt_test.go Support tfquery files in `terraform fmt` (#37347) 7 months ago
get.go Update copyright file headers to BUSL-1.1 3 years ago
get_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
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) 2 weeks ago
helper.go Rebrand Terraform Cloud to HCP Terraform 2 years ago
hook_module_install.go allow slashes in git url parameters 2 years ago
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
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 plan: Improve diagnostics for uninitialized state_store provider (#38075) 2 weeks ago
init_test.go PSS: Migration from a backend to a state store (#38048) 1 week ago
login.go Rebrand Terraform Cloud to HCP Terraform 2 years ago
login_test.go Rebrand Terraform Cloud to HCP Terraform 2 years ago
logout.go Update copyright file headers to BUSL-1.1 3 years ago
logout_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
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) 1 week 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) 2 weeks ago
meta_backend_migrate.go Fix nil pointer dereference in backend state migration (#38028) 1 month ago
meta_backend_migrate_test.go Inject appname to backend migration prompts 2 years ago
meta_backend_test.go PSS: Migration from a backend to a state store (#38048) 1 week ago
meta_config.go tf query: ready list blocks for beta (#37619) 5 months ago
meta_dependencies.go PSS: Add alternative, experimental version of `init` command that downloads providers in two stages (#37350) 6 months ago
meta_dependencies_test.go PSS: Add alternative, experimental version of `init` command that downloads providers in two stages (#37350) 6 months ago
meta_new.go Update copyright file headers to BUSL-1.1 3 years ago
meta_providers.go add additional warning that providers won't be downloaded 3 months ago
meta_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
meta_vars.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 months ago
metadata_command.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
metadata_functions.go internal/command: Avoid ignoring ephemeralasnull function (#35651) 1 year ago
metadata_functions_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
modules.go Add human view for modules cmd 1 year ago
modules_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
output.go PSS: Add tests showing `state` subcommands being used with PSS (#37891) 2 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 Update copyright file headers to BUSL-1.1 3 years ago
plugins_lock.go Update copyright file headers to BUSL-1.1 3 years ago
plugins_lock_test.go Update copyright file headers to BUSL-1.1 3 years ago
plugins_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
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 update helptext and docs 2 years ago
providers_mirror_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
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 Update copyright file headers to BUSL-1.1 3 years ago
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 remove id from generated config 5 months ago
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
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 Use raw args in -help flag handling 5 months ago
stacks_test.go make hostname and token optional, read token from cli file 9 months ago
state_command.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years ago
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) 2 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) 2 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) 2 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) 2 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) 2 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) 2 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) 2 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) 2 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 move taint commands to new arguments / views architecture 1 week ago
taint_test.go move taint commands to new arguments / views architecture 1 week ago
telemetry.go add missing copyright headers 3 years ago
test.go Fix typos and linguistic errors in documentation (#37770) 4 months ago
test_cleanup.go Implement controlling destroy functionality within Terraform Test (#37359) 5 months ago
test_test.go Allow functions in test mock blocks (#37883) 4 weeks ago
ui_input.go Update copyright file headers to BUSL-1.1 3 years ago
ui_input_test.go Update copyright file headers to BUSL-1.1 3 years ago
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
untaint.go move taint commands to new arguments / views architecture 1 week ago
untaint_test.go move taint commands to new arguments / views architecture 1 week ago
validate.go query: add -query flag to validate command (#37671) 5 months ago
validate_test.go test: Add more test coverage of `validate` command's interaction with `backend` blocks (#37977) 2 months ago
version.go Update URLs from `www.terraform.io` to `developer.hashicorp.com` (#36792) 11 months ago
version_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
workspace_command.go PSS: Address edge case in `workspace list` when no state files/workspace artefacts exist (#38094) 3 weeks ago
workspace_command_test.go PSS: Address edge case in `workspace list` when no state files/workspace artefacts exist (#38094) 3 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) 3 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 Update copyright file headers to BUSL-1.1 3 years ago