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 Banck 1ec8b3d81e
backport of commit 4238064d2d
2 months ago
..
arguments command: Add vars to get command (and refactor it) 2 months ago
cliconfig make copyrightfix 3 months ago
clistate make copyrightfix 3 months ago
e2etest test: Fix E2E tests to use correct errors for assertions, remove use of ioutil in package (#38254) 2 months ago
format make copyrightfix 3 months ago
jsonchecks make copyrightfix 3 months ago
jsonconfig Use configuration values for jsonconfig 3 months ago
jsonformat don't panic on invalid keys for relevant attrs 2 months ago
jsonfunction Merge pull request #38160 from hashicorp/jbardin/inline-type-conversion 3 months ago
jsonplan chore (actions): rename LifecycleActionTrigger -> ResourceActionTrigger in plan and proto 3 months ago
jsonprovider expose deprecation on provider schema 3 months ago
jsonstate make copyrightfix 3 months ago
junit make copyrightfix 3 months ago
testdata backport of commit d3d5c44e7f 2 months ago
testing make copyrightfix 3 months ago
views Lint 2 months ago
webbrowser make copyrightfix 3 months ago
workdir PSS: Fix use of reattached providers in init, enable use of reattached providers during plan-apply workflow (#38182) 3 months ago
apply.go Rework most of the configuration loading 3 months ago
apply_destroy_test.go test: Enable assertions about prompt text shown to users (#38212) 3 months ago
apply_test.go backport of commit 4238064d2d 2 months ago
autocomplete.go make copyrightfix 3 months ago
autocomplete_test.go make copyrightfix 3 months ago
cli_ui.go make copyrightfix 3 months ago
cli_ui_test.go make copyrightfix 3 months ago
cloud.go make copyrightfix 3 months ago
cloud_mock.go backport of commit 2c90fc06c3 2 months ago
cloud_test.go backport of commit 734cda934b 2 months ago
command.go remove copied default value 3 months ago
command_test.go Rework most of the configuration loading 3 months ago
console.go use pre-existing loaders where possible 3 months ago
console_interactive.go make copyrightfix 3 months ago
console_interactive_solaris.go make copyrightfix 3 months ago
console_test.go make copyrightfix 3 months ago
experimental_test.go make copyrightfix 3 months ago
flag_kv.go make copyrightfix 3 months ago
flag_kv_test.go make copyrightfix 3 months ago
fmt.go make copyrightfix 3 months ago
fmt_test.go make copyrightfix 3 months ago
get.go Potentially fetch backend variables for most commands 2 months ago
get_test.go backport of commit 0d751be30b 2 months ago
graph.go command: Add vars to graph command 2 months ago
graph_test.go backport of commit 2c90fc06c3 2 months ago
helper.go make copyrightfix 3 months ago
hook_module_install.go make copyrightfix 3 months ago
import.go Fix import and show command 3 months ago
import_test.go make copyrightfix 3 months ago
init.go Add variable arguments to init help text 3 months ago
init2_test.go Add more dynamic module sources tests 3 months ago
init_run.go command/init: Merge duplicated PSS logic back into existing codepath (#38227) 3 months ago
init_test.go PSS: Enable state store configuration change (#38153) 3 months ago
login.go make copyrightfix 3 months ago
login_test.go test: Enable assertions about prompt text shown to users (#38212) 3 months ago
logout.go make copyrightfix 3 months ago
logout_test.go make copyrightfix 3 months ago
meta.go Potentially fetch backend variables for most commands 2 months ago
meta_backend.go fix: Add missing or correct values to error diagnostics raise when initialising a state store from backend state file data (#38275) 2 months ago
meta_backend_errors.go PSS: Enable state store configuration change (#38153) 3 months ago
meta_backend_migrate.go make copyrightfix 3 months ago
meta_backend_migrate_test.go test: Enable assertions about prompt text shown to users (#38212) 3 months ago
meta_backend_test.go PSS: Enable state store configuration change (#38153) 3 months ago
meta_config.go Allow commands to fetch backend variables 2 months ago
meta_dependencies.go make copyrightfix 3 months ago
meta_dependencies_test.go make copyrightfix 3 months ago
meta_new.go make copyrightfix 3 months ago
meta_providers.go make copyrightfix 3 months ago
meta_test.go backport of commit bb5d4d2ea8 2 months ago
metadata_command.go make copyrightfix 3 months ago
metadata_functions.go make copyrightfix 3 months ago
metadata_functions_test.go make copyrightfix 3 months ago
modules.go Potentially fetch backend variables for most commands 2 months ago
modules_test.go backport of commit 33ef3dc516 2 months ago
output.go make copyrightfix 3 months ago
output_test.go make copyrightfix 3 months ago
plan.go use pre-existing loaders where possible 3 months ago
plan_test.go make copyrightfix 3 months ago
plugins.go make copyrightfix 3 months ago
plugins_lock.go make copyrightfix 3 months ago
plugins_lock_test.go make copyrightfix 3 months ago
plugins_test.go make copyrightfix 3 months ago
providers.go Potentially fetch backend variables for most commands 2 months ago
providers_lock.go backport of commit 0dee789d56 2 months ago
providers_lock_test.go backport of commit 96e7d91f2d 2 months ago
providers_mirror.go backport of commit 76d8628446 2 months ago
providers_mirror_test.go backport of commit 9d972b5eb3 2 months ago
providers_schema.go command: Add vars to providers schema command 2 months ago
providers_schema_test.go backport of commit d3d5c44e7f 2 months ago
providers_test.go backport of commit 58ec65b1d5 2 months ago
push.go make copyrightfix 3 months ago
query.go use pre-existing loaders where possible 3 months ago
query_test.go command/views: Bump UI version to v1.3 (#38231) 3 months ago
refresh.go use pre-existing loaders where possible 3 months ago
refresh_test.go make copyrightfix 3 months ago
show.go Improve ParseVariableValues signature with a helper 2 months ago
show_test.go Update module call configuration storage 3 months ago
stacks.go make copyrightfix 3 months ago
stacks_test.go make copyrightfix 3 months ago
state_command.go make copyrightfix 3 months ago
state_identities.go make copyrightfix 3 months ago
state_identities_test.go make copyrightfix 3 months ago
state_list.go refactor state-list command argument parsing 3 months ago
state_list_test.go make copyrightfix 3 months ago
state_meta.go make copyrightfix 3 months ago
state_mv.go command: Add vars to state mv command 2 months ago
state_mv_test.go backport of commit 249c585dce 2 months ago
state_pull.go command: Add vars to state pull command 2 months ago
state_pull_test.go backport of commit 7b67e3566b 2 months ago
state_push.go command: Add vars to state push command 2 months ago
state_push_test.go backport of commit f6a389ed62 2 months ago
state_replace_provider.go command: Add vars to state replace command 2 months ago
state_replace_provider_test.go backport of commit 63fbbf172b 2 months ago
state_rm.go command: Add vars to state rm command 2 months ago
state_rm_test.go backport of commit 41aafe519a 2 months ago
state_show.go refactor state-show command argument parsing 3 months ago
state_show_test.go make copyrightfix 3 months ago
state_test.go make copyrightfix 3 months ago
taint.go command: Add vars to taint command 2 months ago
taint_test.go backport of commit 265ff0ba1b 2 months ago
telemetry.go make copyrightfix 3 months ago
test.go add tests for dynamic module sources in terraform test 2 months ago
test_cleanup.go make copyrightfix 3 months ago
test_test.go add tests for dynamic module sources in terraform test 2 months ago
ui_input.go test: Enable assertions about prompt text shown to users (#38212) 3 months ago
ui_input_test.go make copyrightfix 3 months ago
unlock.go make copyrightfix 3 months ago
unlock_test.go make copyrightfix 3 months ago
untaint.go use the arguments package for taint commands 3 months ago
untaint_test.go make copyrightfix 3 months ago
validate.go Potentially fetch backend variables for most commands 2 months ago
validate_test.go backport of commit 7ffdc707f4 2 months ago
version.go make copyrightfix 3 months ago
version_test.go make copyrightfix 3 months ago
workspace_command.go make copyrightfix 3 months ago
workspace_command_test.go remove copied default value 3 months ago
workspace_delete.go make copyrightfix 3 months ago
workspace_list.go make copyrightfix 3 months ago
workspace_new.go make copyrightfix 3 months ago
workspace_select.go make copyrightfix 3 months ago
workspace_show.go make copyrightfix 3 months ago