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 e8ddf94949
Fix newMockProviderSource call
1 week ago
..
arguments command: Add vars to get command (and refactor it) 3 months ago
cliconfig
clistate
e2etest backport of commit 90fcc2cf69 (#38620) 4 weeks ago
format
jsonchecks
jsonconfig Use configuration values for jsonconfig 3 months ago
jsonformat don't panic on invalid keys for relevant attrs 3 months ago
jsonfunction Merge pull request #38160 from hashicorp/jbardin/inline-type-conversion 4 months ago
jsonplan Backport of fix: Filter out `forget` resources in jsonplan `planned_values` into v1.15 (#38680) 2 weeks ago
jsonprovider expose deprecation on provider schema 4 months ago
jsonstate
junit
testdata backport of commit 68f575a402 1 week ago
testing
views Backport of command/output: Ignore warnings in JSON mode into v1.15 (#38531) 1 month ago
webbrowser
workdir PSS: Fix use of reattached providers in init, enable use of reattached providers during plan-apply workflow (#38182) 4 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) 4 months ago
apply_test.go backport of commit 4238064d2d 3 months ago
autocomplete.go
autocomplete_test.go
cli_ui.go
cli_ui_test.go
cloud.go
cloud_mock.go backport of commit 2c90fc06c3 3 months ago
cloud_test.go backport of commit 734cda934b 3 months ago
command.go remove copied default value 4 months ago
command_test.go Rework most of the configuration loading 3 months ago
console.go
console_interactive.go
console_interactive_solaris.go
console_test.go
experimental_test.go
flag_kv.go
flag_kv_test.go
fmt.go backport of commit 607fa8417d 2 months ago
fmt_test.go backport of commit 607fa8417d 2 months ago
get.go Potentially fetch backend variables for most commands 3 months ago
get_test.go backport of commit 0d751be30b 3 months ago
graph.go command: Add vars to graph command 3 months ago
graph_test.go backport of commit 2c90fc06c3 3 months ago
helper.go
hook_module_install.go
import.go Fix import and show command 3 months ago
import_test.go
init.go Return early during provider installation if there is no config 1 month ago
init2_test.go Backport of Fixed various "unknown provider function" errors that occur during init into v1.15 (#38500) 2 months ago
init_run.go (Manual) Backport of Fix: Re-enable using prerelease providers in the new two-step provider download in init into v1.15 (#38507) 2 months ago
init_test.go backport of commit 03dafb0511 3 weeks ago
login.go
login_test.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
logout.go
logout_test.go
meta.go Potentially fetch backend variables for most commands 3 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) 3 months ago
meta_backend_errors.go PSS: Enable state store configuration change (#38153) 4 months ago
meta_backend_migrate.go
meta_backend_migrate_test.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
meta_backend_test.go PSS: Enable state store configuration change (#38153) 4 months ago
meta_config.go Allow commands to fetch backend variables 3 months ago
meta_dependencies.go
meta_dependencies_test.go
meta_new.go
meta_providers.go
meta_test.go backport of commit bb5d4d2ea8 3 months ago
metadata_command.go
metadata_functions.go
metadata_functions_test.go
modules.go Potentially fetch backend variables for most commands 3 months ago
modules_test.go backport of commit 33ef3dc516 3 months ago
output.go
output_test.go Backport of command/output: Ignore warnings in JSON mode into v1.15 (#38531) 1 month ago
plan.go backport of commit c1c6f28803 1 week ago
plan_test.go backport of commit 68f575a402 1 week ago
plugins.go
plugins_lock.go
plugins_lock_test.go
plugins_test.go
providers.go Potentially fetch backend variables for most commands 3 months ago
providers_lock.go backport of commit 0dee789d56 3 months ago
providers_lock_test.go backport of commit 96e7d91f2d 3 months ago
providers_mirror.go backport of commit 76d8628446 3 months ago
providers_mirror_test.go backport of commit 9d972b5eb3 3 months ago
providers_schema.go command: Add vars to providers schema command 3 months ago
providers_schema_test.go backport of commit d3d5c44e7f 3 months ago
providers_test.go backport of commit 58ec65b1d5 3 months ago
push.go
query.go backport of commit c1c6f28803 1 week ago
query_test.go Fix newMockProviderSource call 1 week ago
refresh.go backport of commit c1c6f28803 1 week ago
refresh_test.go backport of commit 68f575a402 1 week ago
show.go backport of commit d01b320a92 1 week ago
show_test.go backport of commit d01b320a92 1 week ago
stacks.go
stacks_test.go
state_command.go
state_identities.go
state_identities_test.go
state_list.go
state_list_test.go
state_meta.go
state_mv.go command: Add vars to state mv command 3 months ago
state_mv_test.go backport of commit 249c585dce 3 months ago
state_pull.go command: Add vars to state pull command 3 months ago
state_pull_test.go backport of commit 7b67e3566b 3 months ago
state_push.go command: Add vars to state push command 3 months ago
state_push_test.go backport of commit f6a389ed62 3 months ago
state_replace_provider.go command: Add vars to state replace command 3 months ago
state_replace_provider_test.go backport of commit 63fbbf172b 3 months ago
state_rm.go command: Add vars to state rm command 3 months ago
state_rm_test.go backport of commit 41aafe519a 3 months ago
state_show.go
state_show_test.go
state_test.go
taint.go command: Add vars to taint command 3 months ago
taint_test.go backport of commit 265ff0ba1b 3 months ago
telemetry.go
test.go add tests for dynamic module sources in terraform test 3 months ago
test_cleanup.go
test_test.go Backport of Fixed various "unknown provider function" errors that occur during init into v1.15 (#38500) 2 months ago
ui_input.go test: Enable assertions about prompt text shown to users (#38212) 4 months ago
ui_input_test.go
unlock.go
unlock_test.go
untaint.go
untaint_test.go
validate.go Backport of Limit backend block validation in the `validate` command to just backend type into v1.15 (#38470) 2 months ago
validate_test.go Backport of Limit backend block validation in the `validate` command to just backend type into v1.15 (#38470) 2 months ago
version.go
version_test.go
workspace_command.go
workspace_command_test.go remove copied default value 4 months ago
workspace_delete.go
workspace_list.go
workspace_new.go
workspace_select.go
workspace_show.go