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
Clint 5d894e4ffd
Fix up command and some go fmt issues (#12509)
9 years ago
..
format command/format: a package for formatting plans/state for output 9 years ago
state Make backend/local test pass 9 years ago
test-fixtures command: validate backend config 9 years ago
testdata Have backend operations properly unlock state 9 years ago
apply.go command/apply: update help text to be "parallel" instead of concurrent 9 years ago
apply_destroy_test.go Clean up LockInfo and LockError and use them 9 years ago
apply_test.go Clean up LockInfo and LockError and use them 9 years ago
cli_ui.go
cli_ui_test.go
command.go command: convert to use backends 9 years ago
command_test.go command: initial work on migrating envs, basic cases first 9 years ago
console.go command: convert to use backends 9 years ago
console_interactive.go
console_interactive_solaris.go
console_test.go terraform: add variables to Interpolator value 9 years ago
counthookaction_string.go
debug_command.go Add debug command with json2dot 9 years ago
debug_json2dot.go Add debug command with json2dot 9 years ago
debug_json2dot_test.go Add debug command with json2dot 9 years ago
env_command.go command: color changes, trimming newlines 9 years ago
env_command_test.go Thread the environment through all commands 9 years ago
env_delete.go command: color changes, trimming newlines 9 years ago
env_list.go Thread the environment through all commands 9 years ago
env_new.go command: color changes, trimming newlines 9 years ago
env_select.go command: color changes, trimming newlines 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
fmt_test.go
get.go command: convert to use backends 9 years ago
get_test.go command: tests should move to temporary cwd 9 years ago
graph.go terraform: remove legacy graph builder 9 years ago
graph_test.go command: tests should move to temporary cwd 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_count.go
hook_count_action.go
hook_count_test.go terraform: do the deposed check within EvalDiff 9 years ago
hook_state.go
hook_state_test.go
hook_ui.go command: remove log 9 years ago
hook_ui_test.go command: remove unused test 9 years ago
import.go command: convert to use backends 9 years ago
import_test.go command/import: document -var-file and -var is available #11211 9 years ago
init.go command/init: initialize backend even if not set in the config 9 years ago
init_test.go command/init: initialize backend even if not set in the config 9 years ago
internal_plugin.go
internal_plugin_core.go
internal_plugin_list.go Fix up command and some go fmt issues (#12509) 9 years ago
internal_plugin_test.go
meta.go Local.StatePaths doesn't need to reutrn an error 9 years ago
meta_backend.go command: validate backend config 9 years ago
meta_backend_migrate.go command: multistate to multistate conversions 9 years ago
meta_backend_test.go command: validate backend config 9 years ago
meta_new.go command: convert to use backends 9 years ago
meta_test.go Thread the environment through all commands 9 years ago
module_storage.go
module_storage_test.go
output.go Thread the environment through all commands 9 years ago
output_test.go
plan.go Change CLI flag to '-lock' 9 years ago
plan_test.go Clean up LockInfo and LockError and use them 9 years ago
push.go command: convert to use backends 9 years ago
push_test.go Fix the Push test outputs 9 years ago
refresh.go Change CLI flag to '-lock' 9 years ago
refresh_test.go command: fix test for new Meta type 9 years ago
show.go Thread the environment through all commands 9 years ago
show_test.go command: convert to use backends 9 years ago
state_command.go Thread the environment through all commands 9 years ago
state_list.go Split Meta back out of StateMeta 9 years ago
state_list_test.go Split Meta back out of StateMeta 9 years ago
state_meta.go Split Meta back out of StateMeta 9 years ago
state_mv.go Split Meta back out of StateMeta 9 years ago
state_mv_test.go Split Meta back out of StateMeta 9 years ago
state_pull.go command: fix crash on state pull with empty state 9 years ago
state_pull_test.go command: fix crash on state pull with empty state 9 years ago
state_push.go command/state-push: support pushing from stdin 9 years ago
state_push_test.go command/state-push: fix go vet 9 years ago
state_rm.go Split Meta back out of StateMeta 9 years ago
state_rm_test.go Split Meta back out of StateMeta 9 years ago
state_show.go Split Meta back out of StateMeta 9 years ago
state_show_test.go Split Meta back out of StateMeta 9 years ago
state_test.go command: tests should move to temporary cwd 9 years ago
taint.go Thread the environment through all commands 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
unlock.go Thread the environment through all commands 9 years ago
unlock_test.go Add complete unlock test 9 years ago
untaint.go Thread the environment through all commands 9 years ago
untaint_test.go Clean up LockInfo and LockError and use them 9 years ago
validate.go
validate_test.go
version.go
version_test.go