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/command
Martin Atkins 8c54da0ad2
command: TestInit_fromModule_explicitDest guard against other tests
7 years ago
..
clistate terraform: Ugly huge change to weave in new State and Plan types 7 years ago
e2etest Change -force to -auto-approve when destroying 8 years ago
format more nil/known checks before val.LengthInt 7 years ago
test-fixtures command: Fix testBackendState 7 years ago
testdata Have backend operations properly unlock state 9 years ago
012_config_upgrade.go configupgrade: Analysis of input configuration 7 years ago
apply.go Implement the remote enhanced backend 7 years ago
apply_destroy_test.go command: go fmt 7 years ago
apply_test.go command: Fix TestApply_plan_remoteState 7 years ago
autocomplete.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
autocomplete_test.go command: use newer version of "complete" library 8 years ago
cli_ui.go adding new AskSecret to ColorizeUi 11 years ago
cli_ui_test.go
command.go Implement the Enterprise enhanced remote backend 8 years ago
command_test.go command: Fix the command package test build 7 years ago
console.go command: Make input variable values available to "terraform console" 7 years ago
console_interactive.go command: update "terraform console" for HCL2 7 years ago
console_interactive_solaris.go command: split out and tag code so compilation works on Solaris 9 years ago
console_test.go Push plugin discovery down into command package 9 years ago
debug_command.go Add debug command with json2dot 9 years ago
debug_json2dot.go Use all tfvars files in working directory 9 years ago
debug_json2dot_test.go cleanup temp files from command tests 8 years ago
flag_kv.go terraform: ugly huge change to weave in new HCL2-oriented types 7 years ago
flag_kv_test.go command: use helper/variables for flags and parsing 9 years ago
fmt.go command: terraform fmt to use new HCL formatter 7 years ago
fmt_test.go command: Fix tests for "terraform fmt" command 7 years ago
get.go use the new ModuleStorage in the command package 8 years ago
get_test.go update tests for updated output 8 years ago
graph.go Remove support for the -module-depth flag 7 years ago
graph_test.go command: Fix TestGraph_plan 7 years ago
hook_module_install.go command: new Meta methods for accessing the new config loader 7 years ago
hook_ui.go command: go fmt 7 years ago
hook_ui_test.go command: Reinstate object ids in the UIHook progress logs 7 years ago
import.go command: Fix "terraform import" tests 7 years ago
import_test.go command: go fmt in import_test.go and refresh_test.go 7 years ago
init.go command: Fix TestInit_checkRequiredVersion 7 years ago
init_test.go command: TestInit_fromModule_explicitDest guard against other tests 7 years ago
internal_plugin.go create a new InternalProviders test 8 years ago
internal_plugin_list.go v0.11.2 8 years ago
internal_plugin_test.go create a new InternalProviders test 8 years ago
meta.go command: fix TestMeta_process 7 years ago
meta_backend.go command: Fix detection of necessary backend migration 7 years ago
meta_backend_migrate.go command: Fix TestInit_inputFalse 7 years ago
meta_backend_test.go Implement the remote enhanced backend 7 years ago
meta_config.go Fix the ability to ask for and save user input 7 years ago
meta_new.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
meta_test.go command: fix TestMeta_process 7 years ago
meta_vars.go Add a VariableSourceType for names .tfvars files 7 years ago
output.go command: Re-enable showing outputs after successful "apply" 7 years ago
output_test.go command: Restore the "terraform output" functionality 7 years ago
plan.go Implement the remote enhanced backend 7 years ago
plan_test.go command: Fix TestPlan_outBackend 7 years ago
plugins.go update provisioners for multiple processes 7 years ago
plugins_lock.go Standardize on log level "WARN" rather than "WARNING" 8 years ago
plugins_lock_test.go cleanup temp files from command tests 8 years ago
plugins_test.go command: Update plugins_test.go for new provider types 7 years ago
providers.go command: Fix tests for "terraform providers" 7 years ago
providers_test.go command: Fix tests for "terraform providers" 7 years ago
push.go command: remove "terraform push" 7 years ago
refresh.go command: Fix many (but not all) "terraform refresh" tests 7 years ago
refresh_test.go command: Fix TestRefresh_backup 7 years ago
show.go Remove support for the -module-depth flag 7 years ago
show_test.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
state_command.go Thread the environment through all commands 9 years ago
state_list.go command/state: update and fix the state rm command 7 years ago
state_list_test.go command/state: update and fix the state list command 7 years ago
state_meta.go Implement the remote enhanced backend 7 years ago
state_mv.go command/state: update and fix the state mv command 7 years ago
state_mv_test.go command/state: update and fix the state mv command 7 years ago
state_pull.go command/state: update and fix the state rm command 7 years ago
state_pull_test.go command/state: update and fix the state push and pull 7 years ago
state_push.go command/state: update and fix the state show command 7 years ago
state_push_test.go command: fix panic in TestStatePush_lineageMismatch 7 years ago
state_rm.go command/state: update and fix the state mv command 7 years ago
state_rm_test.go command/state: update and fix the state mv command 7 years ago
state_show.go command/state: update and fix the state show command 7 years ago
state_show_test.go command/state: update and fix the state show command 7 years ago
state_test.go command: Allow tests to run to completion without panics or hangs 7 years ago
taint.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
taint_test.go command: Fix all of the "taint" command tests 7 years ago
ui_input.go command: initial work on migrating envs, basic cases first 9 years ago
ui_input_test.go command: use bufio.ReadString instead of scanning to get spaces 10 years ago
unlock.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
unlock_test.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
untaint.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
untaint_test.go command: Fix TestUntaint 7 years ago
validate.go command: validate must set values for root variables 7 years ago
validate_test.go command: go fmt 7 years ago
version.go command: Include provider versions in "terraform version" 8 years ago
version_test.go
workspace_command.go Update wrong usage workspace command description 8 years ago
workspace_command_test.go command: Fix TestWorkspace_createWithState 7 years ago
workspace_delete.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
workspace_list.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
workspace_new.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
workspace_select.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
workspace_show.go command: parameter autocomplete for "terraform workspace ..." 9 years ago