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
James Bardin e93d69f18b
more nil/known checks before val.LengthInt
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 Merge pull request #19130 from hashicorp/f-state-push-pull 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 command: Don't allow -var and -var-file when applying saved plan 7 years ago
apply_destroy_test.go command: go fmt 7 years ago
apply_test.go Make the test compile again 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
cli_ui_test.go
command.go Implement the Enterprise enhanced remote backend 8 years ago
command_test.go Revert some work that happened since v0.12-dev branched 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 terraform: Ugly huge change to weave in new State and Plan types 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 Revert some work that happened since v0.12-dev branched 7 years ago
init_test.go command: Fix several "terraform init" 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 Revert some work that happened since v0.12-dev branched 7 years ago
meta_backend.go Revert some work that happened since v0.12-dev branched 7 years ago
meta_backend_migrate.go Revert some work that happened since v0.12-dev branched 7 years ago
meta_backend_test.go Revert some work that happened since v0.12-dev branched 7 years ago
meta_config.go Revert some work that happened since v0.12-dev branched 7 years ago
meta_new.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
meta_test.go properly cleanup and print correct error messages 9 years ago
meta_vars.go command: Restore support for terraform.tfvars.json 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 command: collect root module variable values for apply/plan/refresh 7 years ago
plan_test.go command: "go fmt" of plan_test.go 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: go fmt in import_test.go and refresh_test.go 7 years ago
show.go command/show: config files are assumed to be in cwd 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 list command 7 years ago
state_list_test.go command/state: update and fix the state list command 7 years ago
state_meta.go command/state: update and fix the state list command 7 years ago
state_mv.go Make `state mv` use the new `states.Filter` 7 years ago
state_mv_test.go command: Stub the "terraform state mv" tests to remind to fix 7 years ago
state_pull.go command/state: update and fix the state push and pull 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 push and pull 7 years ago
state_push_test.go command/state: update and fix the state push and pull 7 years ago
state_rm.go command: Un-stub and reimplement "terraform state rm" 7 years ago
state_rm_test.go command: Un-stub and reimplement "terraform state rm" 7 years ago
state_show.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
state_show_test.go terraform: Ugly huge change to weave in new State and Plan types 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 7 years ago
workspace_command_test.go command: Un-stub tests that were previously hanging on the inmem backend 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