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 3b180d7f8a
Merge #16543: Bring the "terraform" provider back into core
8 years ago
..
clistate Have the clistate Lock use LockWithContext 9 years ago
e2etest Re-integrate the "terraform" provider into the main binary 8 years ago
format command: utility for rendering tfdiag diagnostics 8 years ago
test-fixtures Re-integrate the "terraform" provider into the main binary 8 years ago
testdata
apply.go command: "terraform apply" uses interactive confirmation by default 8 years ago
apply_destroy_test.go Push plugin discovery down into command package 9 years ago
apply_test.go command: "terraform apply" uses interactive confirmation by default 8 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 pass command credentials into module.Storage 8 years ago
console.go Autoload only .auto.tfvars files 9 years ago
console_interactive.go
console_interactive_solaris.go
console_test.go Push plugin discovery down into command package 9 years ago
debug_command.go
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
flag_kv_test.go
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 the new ModuleStorage in the command package 8 years ago
get_test.go update tests for updated output 8 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
hcl_printer_test.go
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 Merge #16543: Bring the "terraform" provider back into core 8 years ago
init_test.go add "Updating" output and fix output tests 8 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: Allow TF_DATA_DIR env var to override data directory 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 use the new ModuleStorage in the command package 8 years ago
meta_test.go properly cleanup and print correct error messages 9 years ago
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 c.showDiagnostics for backend operation errors 8 years ago
plan_test.go Push plugin discovery down into command package 9 years ago
plugins.go Re-integrate the "terraform" provider into the main binary 8 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 Re-integrate the "terraform" provider into the main binary 8 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 use the new version package 8 years ago
push_test.go Don't show plugin init message if there are none 9 years ago
refresh.go command: use c.showDiagnostics for backend operation errors 8 years ago
refresh_test.go use the new version package 8 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
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
ui_input.go
ui_input_test.go
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
validate.go command/validate: Load plugins from plugin_path file 8 years ago
validate_test.go command/validate: read terraform.tfvars file for variable values 9 years ago
version.go command: Include provider versions in "terraform version" 8 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