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
CJ Horton 3c54e42080
Merge pull request #32695 from hashicorp/radditude/init-config-warning
3 years ago
..
arguments remove -always-out 3 years ago
cliconfig cliconfig: more provider_installation err detail (#32722) 3 years ago
clistate Upgrade to Go 1.17 5 years ago
e2etest s/trigger/triggers_replace/ 3 years ago
format Structured plan renderer: Introduce support for multiline and JSON strings (#32488) 3 years ago
jsonchecks command/jsonchecks: Mark check result objects as experimental 4 years ago
jsonconfig jsonconfig: add implicitly created provider configs 4 years ago
jsonformat Handle provisioner log types in renderer 3 years ago
jsonfunction Introduce `metadata functions` command (#32487) 3 years ago
jsonplan structured run output: impose canonical ordering on jsonstate and jsonplan packages (#32649) 3 years ago
jsonprovider Structured plan renderer: Implement the main functionality for the renderer (#32496) 3 years ago
jsonstate structured run output: impose canonical ordering on jsonstate and jsonplan packages (#32649) 3 years ago
testdata add tests for init syntax error handling 3 years ago
views Structured Renderer: use the new renderer when rendering the state in addition to the plan (#32629) 3 years ago
webbrowser
workdir build: Use Go 1.19 4 years ago
apply.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
apply_destroy_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
apply_test.go [fixes 31700] Add mTLS support for http backend by way of client cert & key, as well as enterprise cacert. (#31699) 3 years ago
autocomplete.go Fix autocomplete for workspace subcommands 4 years ago
autocomplete_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
cli_ui.go
cli_ui_test.go
command.go
command_test.go removes EnableForcePush and other unrelated code 4 years ago
console.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
console_interactive.go remove wrapped streams and readline 4 years ago
console_interactive_solaris.go Upgrade to Go 1.17 5 years ago
console_test.go Unify all sensitive value plan output as "(sensitive value)" 3 years ago
flag_kv.go
flag_kv_test.go
fmt.go command/fmt: support formatting multiple files 4 years ago
fmt_test.go command/fmt: support formatting multiple files 4 years ago
get.go command: make module installation interruptible 4 years ago
get_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
graph.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
graph_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
helper.go first part of code review comments 4 years ago
hook_module_install.go
import.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
import_test.go build: Use Go 1.19 4 years ago
init.go keep the friendly error message whenever possible 3 years ago
init_test.go add tests for init syntax error handling 3 years ago
login.go insert panic handlers 4 years ago
login_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
logout.go Fix problems caught by staticcheck v0.3.0 4 years ago
logout_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
meta.go cliconfig: Allow forcing use of the plugin cache despite the lock file 3 years ago
meta_backend.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
meta_backend_migrate.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
meta_backend_migrate_test.go remove errant fmt.Println 4 years ago
meta_backend_test.go update persist state 4 years ago
meta_config.go Factor out terraform-config-inspect/tfconfig during init 3 years ago
meta_dependencies.go backend/local: Check dependency lock consistency before any operations 4 years ago
meta_new.go Move plans/ to internal/plans/ 5 years ago
meta_providers.go cliconfig: Allow forcing use of the plugin cache despite the lock file 3 years ago
meta_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
meta_vars.go cli: Improved error for invalid -var "foo = bar" 4 years ago
metadata_command.go Introduce `metadata functions` command (#32487) 3 years ago
metadata_functions.go Introduce `metadata functions` command (#32487) 3 years ago
metadata_functions_test.go Introduce `metadata functions` command (#32487) 3 years ago
output.go fix: have `terraform output` adhere to authorization w/ cloud 4 years ago
output_test.go Move states/ to internal/states/ 5 years ago
plan.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
plan_test.go Merge pull request #32395 from hashicorp/jbardin/plan-output-on-error 3 years ago
plugins.go workdir: Start of a new package for working directory state management 5 years ago
plugins_lock.go core: Simplify and centralize plugin availability checks 4 years ago
plugins_lock_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
plugins_test.go
providers.go goimports on providers.go only 4 years ago
providers_lock.go Ignore existing package hashes for `providers lock` command (#31389) 4 years ago
providers_lock_test.go Ignore existing package hashes for `providers lock` command (#31389) 4 years ago
providers_mirror.go add XTerraformGetLimit to prevent redirect loops 4 years ago
providers_mirror_test.go providers subcommand tests (#28744) 5 years ago
providers_schema.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
providers_schema_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
providers_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
push.go
refresh.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
refresh_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
show.go first part of code review comments 4 years ago
show_test.go Structured Renderer: use the new renderer when rendering the state in addition to the plan (#32629) 3 years ago
state_command.go
state_list.go Add cloud {} configuration block for Terraform Cloud 4 years ago
state_list_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_meta.go Add cloud {} configuration block for Terraform Cloud 4 years ago
state_mv.go don't check diags for errors 4 years ago
state_mv_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_pull.go cli: Make state commands check required version (#30511) 4 years ago
state_pull_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_push.go add warning to diags and show at the end of each command 4 years ago
state_push_test.go update persist state 4 years ago
state_replace_provider.go don't check diags for errors 4 years ago
state_replace_provider_test.go remove test for error 4 years ago
state_rm.go don't check diags for errors 4 years ago
state_rm_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_show.go Fix for no json output of state locking actions for --json flag (#32451) 3 years ago
state_show_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
taint.go don't check diags for errors 4 years ago
taint_test.go refactor GetSchemas to include an option to pass in a config 4 years ago
test.go Use hashicorp/terraform-registry-address as a decoupled library (#28338) 4 years ago
test_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
ui_input.go command: Ensure all answers were used in command.testInputResponseMap 4 years ago
ui_input_test.go Move terraform/ to internal/terraform/ 5 years ago
unlock.go fix(unlock): amend force-unlock description (#32363) 3 years ago
unlock_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
untaint.go don't check diags for errors 4 years ago
untaint_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
validate.go core: Functional-style API for terraform.Context 5 years ago
validate_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
version.go
version_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
workspace_command.go Merge pull request #31633 from brittandeyoung/f-workspace-selectornew 3 years ago
workspace_command_test.go New Terraform Workspace select flag: 4 years ago
workspace_delete.go Merge pull request #31999 from JarrettSpiker/jspiker/workspace-delete-rum-docs 3 years ago
workspace_list.go Add cloud {} configuration block for Terraform Cloud 4 years ago
workspace_new.go update persist state 4 years ago
workspace_select.go Update internal/command/workspace_select.go 3 years ago
workspace_show.go