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 5cd00a13ec
command: use new diagnostics output for config errors
8 years ago
..
clistate Have the clistate Lock use LockWithContext 9 years ago
e2etest command/e2etest: test installation of plugins from cache 9 years ago
format command: utility for rendering tfdiag diagnostics 8 years ago
test-fixtures Remove test output file accidentally added in 52c97e9f 9 years ago
testdata Have backend operations properly unlock state 9 years ago
apply.go command: use new diagnostics output for config errors 8 years ago
apply_destroy_test.go Push plugin discovery down into command package 9 years ago
apply_test.go add some Serial checks to apply and refresh tests 9 years ago
autocomplete.go command: workspace name autocomplete helper 9 years ago
autocomplete_test.go command: workspace name autocomplete helper 9 years ago
cli_ui.go
cli_ui_test.go
command.go always pass in the full plugin path to dicovery 9 years ago
command_test.go Use t.Helper() in our test helpers 9 years ago
console.go Autoload only .auto.tfvars files 9 years ago
console_interactive.go command: split out and tag code so compilation works on Solaris 9 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 Push plugin discovery down into command package 9 years ago
flag_kv.go command: use helper/variables for flags and parsing 9 years ago
flag_kv_test.go command: use helper/variables for flags and parsing 9 years ago
fmt.go command: add -check flag to fmt (#15304) 9 years ago
fmt_test.go command: add -check flag to fmt (#15304) 9 years ago
get.go Use all tfvars files in working directory 9 years ago
get_test.go Push plugin discovery down into command package 9 years ago
graph.go graph should not panic with no config 9 years ago
graph_test.go graph should not panic with no config 9 years ago
hcl_printer.go always quote hcl map keys 9 years ago
hcl_printer_test.go always quote hcl map keys 9 years ago
hook_ui.go command: show resource actions using resource addresses 9 years ago
hook_ui_test.go Output duration in UiHook after successful operation completion. 9 years ago
import.go cli: terraform import -ignore-missing-config 9 years ago
import_test.go cli: terraform import -ignore-missing-config 9 years ago
init.go command: use new diagnostics output for config errors 8 years ago
init_test.go command/init: check required_version 9 years ago
internal_plugin.go
internal_plugin_list.go Add salt-masterless provisioner 9 years ago
internal_plugin_test.go Add salt-masterless provisioner 9 years ago
meta.go command: utility for rendering tfdiag diagnostics 8 years ago
meta_backend.go cli: allow disabling "next steps" message in terraform plan 9 years ago
meta_backend_migrate.go command + backend: rename various API objects to "Workspace" terminology 9 years ago
meta_backend_test.go command + backend: rename various API objects to "Workspace" terminology 9 years ago
meta_new.go config and command: use errwrap to propagate config load errors 8 years ago
meta_test.go properly cleanup and print correct error messages 9 years ago
module_storage.go
module_storage_test.go
output.go Use all tfvars files in working directory 9 years ago
output_test.go Push plugin discovery down into command package 9 years ago
plan.go command: use new diagnostics output for config errors 8 years ago
plan_test.go Push plugin discovery down into command package 9 years ago
plugins.go command: allow callers to activate a plugin cache 9 years ago
plugins_lock.go change providers.json to lock.json 9 years ago
plugins_lock_test.go command: helper to manage the provider plugins lock file 9 years ago
plugins_test.go Fix swallowed errors in command package. 9 years ago
providers.go command/providers: Enable processing of meta-parameters 9 years ago
providers_test.go command/providers: Add regression test 9 years ago
push.go Autoload only .auto.tfvars files 9 years ago
push_test.go Don't show plugin init message if there are none 9 years ago
refresh.go command: use new diagnostics output for config errors 8 years ago
refresh_test.go add some Serial checks to apply and refresh tests 9 years ago
show.go command/format: improve consistency of plan results 9 years ago
show_test.go Push plugin discovery down into command package 9 years ago
state_command.go Thread the environment through all commands 9 years ago
state_list.go Use all tfvars files in working directory 9 years ago
state_list_test.go Push plugin discovery down into command package 9 years ago
state_meta.go Make the state commands use the real command.Meta 9 years ago
state_mv.go update state rm amd mv docs 9 years ago
state_mv_test.go add tests for state commands through a backend 9 years ago
state_pull.go Use all tfvars files in working directory 9 years ago
state_pull_test.go Push plugin discovery down into command package 9 years ago
state_push.go Use all tfvars files in working directory 9 years ago
state_push_test.go create failing test cases for remote lineage issue 9 years ago
state_rm.go command/state-rm: tell the user how many items were removed 9 years ago
state_rm_test.go add tests for state commands through a backend 9 years ago
state_show.go Use all tfvars files in working directory 9 years ago
state_show_test.go Push plugin discovery down into command package 9 years ago
state_test.go Make the state commands use the real command.Meta 9 years ago
taint.go Use all tfvars files in working directory 9 years ago
taint_test.go Clean up LockInfo and LockError and use them 9 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 Use all tfvars files in working directory 9 years ago
unlock_test.go create failing test cases for remote lineage issue 9 years ago
untaint.go Use all tfvars files in working directory 9 years ago
untaint_test.go Clean up LockInfo and LockError and use them 9 years ago
validate.go command: use new diagnostics output for config errors 8 years ago
validate_test.go command/validate: read terraform.tfvars file for variable values 9 years ago
version.go Add `/downloads` to the outdated version message 9 years ago
version_test.go
workspace_command.go Use all tfvars files in working directory 9 years ago
workspace_command_test.go update workspace new test for inmem backend 9 years ago
workspace_delete.go command: parameter autocomplete for "terraform workspace ..." 9 years ago
workspace_list.go command: parameter autocomplete for "terraform workspace ..." 9 years ago
workspace_new.go command: parameter autocomplete for "terraform workspace ..." 9 years ago
workspace_select.go command: parameter autocomplete for "terraform workspace ..." 9 years ago
workspace_show.go command: parameter autocomplete for "terraform workspace ..." 9 years ago