terraform/command
Przemysław Dąbek 9605b093d9 command/graph: use user-supplied plugin path when running graph command (#18083) 2019-04-17 13:48:11 -04:00
..
clistate
e2etest
format configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
jsonconfig configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
jsonplan command/show: add provider name to resource changes (#20711) 2019-03-15 13:20:43 -07:00
jsonprovider configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
jsonstate `terraform show` and `terraform providers schema -json` should return valid json (#20697) 2019-03-14 14:52:07 -07:00
test-fixtures command/show: add provider name to resource changes (#20711) 2019-03-15 13:20:43 -07:00
testdata
012_config_upgrade.go configs/configupgrade: detect possible relative module sources (#20646) 2019-03-13 11:17:14 -07:00
apply.go
apply_destroy_test.go
apply_test.go
autocomplete.go
autocomplete_test.go
cli_ui.go
cli_ui_test.go
command.go
command_test.go
console.go
console_interactive.go
console_interactive_solaris.go
console_test.go
debug_command.go
debug_json2dot.go
debug_json2dot_test.go
flag_kv.go
flag_kv_test.go
fmt.go
fmt_test.go
get.go
get_test.go
graph.go command/graph: use user-supplied plugin path when running graph command (#18083) 2019-04-17 13:48:11 -04:00
graph_test.go
hook_module_install.go
hook_ui.go
hook_ui_test.go
import.go command: Consistency implement and document parallelism default of 10 2019-03-06 09:25:36 -05:00
import_test.go
init.go Only display status link if public registry used 2019-04-05 16:49:27 -04:00
init_test.go plugin/discovery: Return tfdiags from Get 2019-03-18 12:21:27 -04:00
internal_plugin.go
internal_plugin_list.go
internal_plugin_test.go
meta.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
meta_backend.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
meta_backend_migrate.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
meta_backend_test.go grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
meta_config.go check for errors when loading a backend config 2019-03-12 17:57:26 -04:00
meta_new.go
meta_test.go
meta_vars.go command: Specialized error message for var decls in tfvars 2019-02-22 18:04:01 -08:00
output.go command/output: get the state path from the workspace or CLI argument (#20994) 2019-04-12 07:37:27 -04:00
output_test.go
plan.go Mildwonkey/012 docs updated (#20542) 2019-03-01 12:30:51 -08:00
plan_test.go command: Specialized error message for var decls in tfvars 2019-02-22 18:04:01 -08:00
plugins.go
plugins_lock.go
plugins_lock_test.go
plugins_test.go plugin/discovery: Parse warnings from TF Registry 2019-03-18 12:21:27 -04:00
providers.go
providers_schema.go remove indentation from json output of `show` and `providers schema` (#20623) 2019-03-11 07:29:36 -07:00
providers_schema_test.go `terraform show` and `terraform providers schema -json` should return valid json (#20697) 2019-03-14 14:52:07 -07:00
providers_test.go
push.go
refresh.go command: Consistency implement and document parallelism default of 10 2019-03-06 09:25:36 -05:00
refresh_test.go
show.go command/show: refresh is required to show remote state (#20818) 2019-03-25 16:28:35 -04:00
show_test.go `terraform show` and `terraform providers schema -json` should return valid json (#20697) 2019-03-14 14:52:07 -07:00
state_command.go
state_list.go command/state_list.go: fix bug loading user-defined state (#21015) 2019-04-15 12:22:07 -04:00
state_list_test.go
state_meta.go command: Fix various issues in the "terraform state ..." subcommands 2019-03-18 09:19:55 -07:00
state_mv.go command: Fix various issues in the "terraform state ..." subcommands 2019-03-18 09:19:55 -07:00
state_mv_test.go command: Fix various issues in the "terraform state ..." subcommands 2019-03-18 09:19:55 -07:00
state_pull.go
state_pull_test.go
state_push.go
state_push_test.go
state_rm.go command: Fix various issues in the "terraform state ..." subcommands 2019-03-18 09:19:55 -07:00
state_rm_test.go command: Fix various issues in the "terraform state ..." subcommands 2019-03-18 09:19:55 -07:00
state_show.go command/show and state show: honor user-specified plugin-dir (#20557) 2019-03-05 08:32:11 -08:00
state_show_test.go
state_test.go
taint.go
taint_test.go
ui_input.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
ui_input_test.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
unlock.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
unlock_test.go check for errors when loading a backend config 2019-03-12 17:57:26 -04:00
untaint.go
untaint_test.go
validate.go command: Remove promise of plan -validate-only from validate docs 2019-02-25 14:27:59 -08:00
validate_test.go
version.go
version_test.go
workspace_command.go
workspace_command_test.go
workspace_delete.go
workspace_list.go
workspace_new.go
workspace_select.go
workspace_show.go