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 e1590d0a70
command/cliconfig: Factor out CLI config handling
7 years ago
..
cliconfig command/cliconfig: Factor out CLI config handling 7 years ago
clistate terraform: Ugly huge change to weave in new State and Plan types 7 years ago
e2etest Standardise directory name for test data 7 years ago
format Account for deposed instances in show command, adding the details for 7 years ago
jsonconfig note: this is an unusual edgecase in the category of "probably should not happen" 7 years ago
jsonplan command/show (json): marshal the state snapshot included with the plan file (#21597) 7 years ago
jsonprovider configs/configschema: Introduce the NestingGroup mode for blocks 7 years ago
jsonstate `terraform show` and `terraform providers schema -json` should return valid json (#20697) 7 years ago
testdata fix show-json test to expect error from nested mod 7 years ago
012_config_upgrade.go configs/configupgrade: detect possible relative module sources (#20646) 7 years ago
apply.go commands: make sure the correct flagset is used 7 years ago
apply_destroy_test.go command/state: lock when pushing state 7 years ago
apply_test.go Standardise directory name for test data 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/*: colors on error messages (red) 12 years ago
command.go Implement the Enterprise enhanced remote backend 8 years ago
command_test.go Standardise directory name for test data 7 years ago
console.go commands: make sure the correct flagset is used 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 commands: make sure the correct flagset is used 7 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: Restore single-file support in "terraform fmt" 7 years ago
fmt_test.go Normalize in the fmt -check test 7 years ago
get.go command: Update "terraform get" to use the new module installer 7 years ago
get_test.go command: Update "terraform get" to use the new module installer 7 years ago
graph.go command/graph: use user-supplied plugin path when running graph command (#18083) 7 years ago
graph_test.go command: Fix TestGraph_plan 7 years ago
hook_module_install.go Move module install functionality over to internal/initwd 7 years ago
hook_ui.go command/import: change import message to 'prepared' (#20018) 7 years ago
hook_ui_test.go command: Fix TestUiHookPostApply_emptyState 7 years ago
import.go command: Consistency implement and document parallelism default of 10 7 years ago
import_test.go Bump installer protocol version to 5 and separate client and server protocol references 7 years ago
init.go command/init: omit a warning if -backend-config is used with no backend (#22164) 7 years ago
init_test.go command/init: omit a warning if -backend-config is used with no backend (#22164) 7 years ago
internal_plugin.go create a new InternalProviders test 8 years ago
internal_plugin_list.go provisioner: new Puppet provisioner (#18851) 7 years ago
internal_plugin_test.go create a new InternalProviders test 8 years ago
meta.go prune dead code from command/meta 7 years ago
meta_backend.go Merge pull request #21439 from hashicorp/jbardin/init-backend 7 years ago
meta_backend_migrate.go don't store prepared backend config 7 years ago
meta_backend_test.go grammatical updates to comments and docs (#20195) 7 years ago
meta_config.go check for errors when loading a backend config 7 years ago
meta_new.go prune dead code from command/meta 7 years ago
meta_test.go commands: make sure the correct flagset is used 7 years ago
meta_vars.go move VarEnvPrefix out of terraform pkg 7 years ago
output.go command/output: get the state path from the workspace or CLI argument (#20994) 7 years ago
output_test.go command: Restore the "terraform output" functionality 7 years ago
plan.go Mildwonkey/012 docs updated (#20542) 7 years ago
plan_test.go Standardise directory name for test data 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 Standardise directory name for test data 7 years ago
providers.go move IsEmptyDir to configs package 7 years ago
providers_schema.go remove indentation from json output of `show` and `providers schema` (#20623) 7 years ago
providers_schema_test.go Standardise directory name for test data 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: Consistency implement and document parallelism default of 10 7 years ago
refresh_test.go Standardise directory name for test data 7 years ago
show.go command/show (json): marshal the state snapshot included with the plan file (#21597) 7 years ago
show_test.go fix show-json test to expect error from nested mod 7 years ago
state_command.go Thread the environment through all commands 9 years ago
state_list.go command/state_list.go: fix bug loading user-defined state (#21015) 7 years ago
state_list_test.go command/state: update and fix the state list command 7 years ago
state_meta.go command: Fix various issues in the "terraform state ..." subcommands 7 years ago
state_mv.go command: Fix various issues in the "terraform state ..." subcommands 7 years ago
state_mv_test.go command: Fix various issues in the "terraform state ..." subcommands 7 years ago
state_pull.go commands: make sure the correct flagset is used 7 years ago
state_pull_test.go command: Use statemgr.Import and statemgr.Export for state push and pull 7 years ago
state_push.go command/state: add proper locking 7 years ago
state_push_test.go command/state: lock when pushing state 7 years ago
state_rm.go command: Fix various issues in the "terraform state ..." subcommands 7 years ago
state_rm_test.go command: Fix various issues in the "terraform state ..." subcommands 7 years ago
state_show.go command/show and state show: honor user-specified plugin-dir (#20557) 7 years ago
state_show_test.go command/format: Reduce extra whitespaces & new lines 7 years ago
state_test.go command: Allow tests to run to completion without panics or hangs 7 years ago
taint.go commands: make sure the correct flagset is used 7 years ago
taint_test.go command/state: lock when pushing state 7 years ago
ui_input.go Make sure UIInput keeps working after being canceled 7 years ago
ui_input_test.go Make sure UIInput keeps working after being canceled 7 years ago
unlock.go core: add a context to the UIInput interface 7 years ago
unlock_test.go check for errors when loading a backend config 7 years ago
untaint.go commands: make sure the correct flagset is used 7 years ago
untaint_test.go command/state: lock when pushing state 7 years ago
validate.go command: Remove promise of plan -validate-only from validate docs 7 years ago
validate_test.go vendor: go get github.com/hashicorp/hcl2@0b64543c968c 7 years ago
version.go command/version: drop empty line on version check (#14858) 7 years ago
version_test.go
workspace_command.go commands: make sure the correct flagset is used 7 years ago
workspace_command_test.go command: Fix TestWorkspace_createWithState 7 years ago
workspace_delete.go commands: make sure the correct flagset is used 7 years ago
workspace_list.go commands: make sure the correct flagset is used 7 years ago
workspace_new.go commands: make sure the correct flagset is used 7 years ago
workspace_select.go commands: make sure the correct flagset is used 7 years ago
workspace_show.go commands: make sure the correct flagset is used 7 years ago