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
Radek Simko d884031b4b
PSS: Implement unsetting of a state store (#37875)
3 months 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 Apply some new go collection features (#36818) 11 months ago
clistate command/workdir: Model the "backend state" file format 2 years ago
e2etest PSS: Implement unsetting of a state store (#37875) 3 months ago
format standardize on marks.Has 4 months 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 tf query: ready list blocks for beta (#37619) 5 months ago
jsonstate standardize on marks.Has 4 months ago
junit testing: include file-level errors in JUnit skipped elements (#37806) 4 months ago
testdata PSS: Implement unsetting of a state store (#37875) 3 months ago
testing terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months ago
views PSS: Implement unsetting of a state store (#37875) 3 months ago
webbrowser
workdir PSS: Fix hashing without provider version (#37852) 4 months ago
apply.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 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 provider eval scope test 4 months 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 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 PSS: Implement initialisation of new working directory (or use of `-reconfigure` flag) while using `state_store` (#37732) 4 months 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
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
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
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months 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 PSS: Implement unsetting of a state store (#37875) 3 months ago
init_test.go PSS: Implement unsetting of a state store (#37875) 3 months 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
logout_test.go
meta.go PSS: Add reusable method for obtaining the provider factory needed for accessing a state store. (#37665) 5 months ago
meta_backend.go PSS: Implement unsetting of a state store (#37875) 3 months ago
meta_backend_errors.go PSS: Implement unsetting of a state store (#37875) 3 months ago
meta_backend_migrate.go Update calls to StateMgr method to use diagnostics more conventionally (#37597) 5 months ago
meta_backend_migrate_test.go Inject appname to backend migration prompts 2 years ago
meta_backend_test.go PSS: Implement unsetting of a state store (#37875) 3 months 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
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
metadata_functions.go internal/command: Avoid ignoring ephemeralasnull function (#35651) 1 year ago
metadata_functions_test.go
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: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
output_test.go Remove handling of ephemeral root outputs (#35809) 1 year 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 tf query: ready list blocks for beta (#37619) 5 months ago
plugins.go
plugins_lock.go
plugins_lock_test.go
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
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
providers_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 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 actions: remove references to action types, linked resources (#37616) 5 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
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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update `backend.Backend`'s `StateMgr` method to return diagnostics instead of primitive errors (#37496) 6 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
state_show.go PSS: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months ago
state_show_test.go Replace custom `testCwd` function with standard `testing` library (#37335) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
telemetry.go
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 fix: `TestTest_Parallel` adds delay to ensure order (#37890) 3 months 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
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 Replace custom `testCwd` function with standard `testing` library (#37335) 7 months ago
validate.go query: add -query flag to validate command (#37671) 5 months ago
validate_test.go query: add -query flag to validate command (#37671) 5 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 Make Terraform reject empty strings as invalid workspace names (#37267) 8 months ago
workspace_command_test.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_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: Update how commands access backends, so both `backend` and `state_store` configuration can be used (#37569) 4 months 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