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 5e288f56e2
add new planfile fields to terraform show -json
7 months ago
..
arguments Pull `init` command's Run method logic into separate method in new file, enable accessing experimental version of init logic via experiments and flags or ENVs (#37327) 7 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 Skip query e2e test when we cannot build at runtime (#37307) 8 months ago
format fix: Avoid crash on test failure in BinaryOpExpr in function call (#37071) 9 months ago
jsonchecks Update copyright file headers to BUSL-1.1 3 years ago
jsonconfig Store resource identities in state (TF-23255) (#36464) 12 months ago
jsonformat Actions in plan/changes (#37320) 7 months ago
jsonfunction lang: stabilise templatestring func experiment (#35224) 2 years ago
jsonplan add new planfile fields to terraform show -json 7 months ago
jsonprovider Include list resource schemas in provider json schemas (TF-25497) (#37163) 8 months ago
jsonstate Apply some new go collection features (#36818) 11 months ago
junit Apply some new go collection features (#36818) 11 months ago
testdata terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months ago
testing terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months ago
views PSS: Allow backend or state_store config to be passed via BackendOpts into method for initialising the operations backend for a command (#37346) 7 months ago
webbrowser Update copyright file headers to BUSL-1.1 3 years ago
workdir PSS: Add ability to create hashes of the `state_store` block and of its nested `provider` block (#37278) 7 months ago
apply.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
autocomplete.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
autocomplete_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
command.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 months ago
command_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
console.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 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
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 Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 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 Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 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 Pull `init` command's Run method logic into separate method in new file, enable accessing experimental version of init logic via experiments and flags or ENVs (#37327) 7 months ago
init_run.go Pull `init` command's Run method logic into separate method in new file, enable accessing experimental version of init logic via experiments and flags or ENVs (#37327) 7 months ago
init_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 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 Update backend state file so it can describe PSS state (#37179) 8 months ago
meta_backend.go PSS: Add initial (incomplete) version of code changes to the `init` command for using pluggable state storage (#37321) 7 months ago
meta_backend_migrate.go Update URLs from `www.terraform.io` to `developer.hashicorp.com` (#36792) 11 months ago
meta_backend_migrate_test.go Inject appname to backend migration prompts 2 years ago
meta_backend_test.go PSS: Add initial (incomplete) version of code changes to the `init` command for using pluggable state storage (#37321) 7 months ago
meta_config.go Add `terraform query` subcommand (TF-25494) (#37174) 8 months ago
meta_dependencies.go Update copyright file headers to BUSL-1.1 3 years ago
meta_new.go Update copyright file headers to BUSL-1.1 3 years ago
meta_providers.go stacks: Don't require built-in providers to be listed under required providers. (#37234) 8 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 Remove handling of ephemeral root outputs (#35809) 1 year ago
output_test.go Remove handling of ephemeral root outputs (#35809) 1 year ago
plan.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
plan_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
providers_lock.go move all command args from command/init to args/init 2 years ago
providers_lock_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Include list resource schemas in provider json schemas (TF-25497) (#37163) 8 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 Update copyright file headers to BUSL-1.1 3 years ago
query.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
query_test.go Tests for query command outputs (#37343) 7 months ago
refresh.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 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 udpate code which was failing staticckeck 1 year ago
show_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
stacks.go Ignore cmd arg parsing errors, we can expect these to happen 7 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 CLI command for listing state identities (#36705) 11 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 adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years 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 fix Descendants spelling 1 year ago
state_mv.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 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 Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 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 Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 months ago
state_push_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
state_replace_provider.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2 years 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 Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 11 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 Include list resource schemas in provider json schemas (TF-25497) (#37163) 8 months ago
state_show_test.go Replace custom `testCwd` function with standard `testing` library (#37335) 7 months ago
state_test.go Replace custom `testCwd` function with standard `testing` library (#37335) 7 months ago
taint.go Update copyright file headers to BUSL-1.1 3 years 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 add missing copyright headers 3 years ago
test.go terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months ago
test_test.go terraform test: enable deferrals in Terraform Test with the specified flag (#37370) 7 months 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 Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 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 Update copyright file headers to BUSL-1.1 3 years ago
untaint_test.go Replace custom `testCwd` function with standard `testing` library (#37335) 7 months ago
validate.go fix: check for local operations, separate warning for remote execution 2 years ago
validate_test.go Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 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 Update use of `testChdir` to standard library's `t.Chdir`, remove `testChdir` function from codebase (#37334) 7 months ago
workspace_delete.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
workspace_list.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
workspace_new.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
workspace_select.go Clarify usage of BackendOpts, rename field in struct to enable usage with PSS in future (#37085) 7 months ago
workspace_show.go Update copyright file headers to BUSL-1.1 3 years ago