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
Sarah French 008c92d91f
fix: Append lost warnings in MaybeGetSchemas (#38605)
4 days ago
..
arguments test: Proof of path traversals not being accepted workspaces (#38589) 1 week ago
cliconfig make copyrightfix 3 months ago
clistate make copyrightfix 3 months ago
e2etest PSS: Remove handling of state migrations including PSS from the `init` command (#38388) 1 month 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 feat(cli): add -json flag for state show (#38341) 1 month ago
junit make copyrightfix 3 months ago
testdata Fix: Re-enable using prerelease providers in the new two-step provider download in `init` (#38502) 3 weeks ago
testing make copyrightfix 3 months ago
views PSS: Add interactive confirmation of state storage provider trust when initialising a state store for the first time (#38395) 1 week ago
webbrowser make copyrightfix 3 months ago
workdir PSS: Refactor how we handle unmanaged providers, add support for using dev_override (#38269) 1 month 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 refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks ago
autocomplete.go make copyrightfix 3 months ago
autocomplete_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks 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 command: test `graph` with const variables 2 months ago
cloud_test.go Mock the `cloud` backend with a list all vars response 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 Fix `fmt` for `.tfquery.hcl` files 1 month ago
fmt_test.go Fix `fmt` for `.tfquery.hcl` files 1 month ago
get.go Potentially fetch backend variables for most commands 2 months ago
get_test.go command: test `get` with const variables 2 months ago
graph.go command: Add vars to graph command 2 months ago
graph_test.go command: test `graph` with const variables 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 refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks ago
init.go refactor: Move validation of `init`'s `-upgrade` and `-lockfile=readonly` flags to the arguments package. (#38561) 1 week ago
init2_test.go add provider source back to success tests 3 weeks ago
init_run.go PSS: Add interactive confirmation of state storage provider trust when initialising a state store for the first time (#38395) 1 week ago
init_test.go Add test case for variable value without config 1 week ago
login.go Fix resource leaks in provisioners and commands (#38585) 1 week 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 fix: Append lost warnings in MaybeGetSchemas (#38605) 4 days ago
meta_backend.go PSS: Make sure to close supplementary instances of a store that are intended to be used temporarily. (#38573) 1 week ago
meta_backend_errors.go PSS: Remove handling of state migrations including PSS from the `init` command (#38388) 1 month 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: Refactor how we handle unmanaged providers, add support for using dev_override (#38269) 1 month 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 PSS: Refactor how we handle unmanaged providers, add support for using dev_override (#38269) 1 month ago
meta_test.go Use t.Setenv in meta-related tests 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 command: test `modules` with const variables 2 months ago
output.go make copyrightfix 3 months ago
output_test.go command/output: Ignore warnings in JSON mode (#38530) 2 weeks 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 Fix `providers lock` crash on empty config 2 months ago
providers_lock_test.go command: test `providers lock` with const variables 2 months ago
providers_mirror.go Fix `providers mirrors` crash on empty config 2 months ago
providers_mirror_test.go command: test `providers mirror` with const variables 2 months ago
providers_schema.go command: Add vars to providers schema command 2 months ago
providers_schema_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks ago
providers_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks ago
push.go make copyrightfix 3 months ago
query.go use pre-existing loaders where possible 3 months ago
query_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks 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 refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks 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_migrate.go Update command help text for `state migrate` command (#38571) 1 week ago
state_migrate_test.go command: Implement skeleton for `state migrate` (#38435) 4 weeks ago
state_mv.go command: Add vars to state mv command 2 months ago
state_mv_test.go command: test `state mv` with const variables 2 months ago
state_pull.go command: Add vars to state pull command 2 months ago
state_pull_test.go refactor: Separate concerns in mock provider sources logic, handle callbacks using `t.Cleanup` (#38446) 4 weeks ago
state_push.go command: Add vars to state push command 2 months ago
state_push_test.go command: test `state push` with const variables 2 months ago
state_replace_provider.go command: Add vars to state replace command 2 months ago
state_replace_provider_test.go command: test `state replace-provider` with const variables 2 months ago
state_rm.go command: Add vars to state rm command 2 months ago
state_rm_test.go command: test `state rm` with const variables 2 months ago
state_show.go feat(cli): add -json flag for state show (#38341) 1 month ago
state_show_test.go feat(cli): add -json flag for state show (#38341) 1 month ago
state_test.go make copyrightfix 3 months ago
taint.go command: Add vars to taint command 2 months ago
taint_test.go command: test `taint` with const variables 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 test: Show warning when a `-filter` flag has an invalid value (#38603) 7 days 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 Limit backend block validation in the `validate` command to just backend type (#38468) 3 weeks ago
validate_test.go Limit backend block validation in the `validate` command to just backend type (#38468) 3 weeks ago
version.go make copyrightfix 3 months ago
version_test.go make copyrightfix 3 months ago
workspace_command.go refactor: Update `workspace select` and `new` subcommands to use the arguments package for parsing arguments and flags (#38430) 3 weeks ago
workspace_command_test.go refactor: Update `workspace select` and `new` subcommands to use the arguments package for parsing arguments and flags (#38430) 3 weeks ago
workspace_delete.go refactor: Update `workspace select` and `delete` subcommands to use the arguments package for parsing arguments and flags (#38429) 3 weeks ago
workspace_list.go fix: warnings against using `terraform env list` are shown in JSON format when the -json flag is present (#38469) 3 weeks ago
workspace_new.go Fix resource leaks in provisioners and commands (#38585) 1 week ago
workspace_select.go refactor: Update `workspace select` and `new` subcommands to use the arguments package for parsing arguments and flags (#38430) 3 weeks ago
workspace_show.go refactor: Update `workspace select` and `delete` subcommands to use the arguments package for parsing arguments and flags (#38429) 3 weeks ago