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
James Bardin ff2d753062
add Rehash to terraform.BackendState
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 add Rehash to terraform.BackendState 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 Add test to verify that Validation isn't called 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 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 terraform: add variables to Interpolator value 9 years ago
counthookaction_string.go Update stringer-generated files to new boilerplate 9 years ago
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 Reject names that aren't url-safe 9 years ago
env_command_test.go Reject names that aren't url-safe 9 years ago
env_delete.go Reject names that aren't url-safe 9 years ago
env_list.go missing args assignment after parsing flags 9 years ago
env_new.go Reject names that aren't url-safe 9 years ago
env_select.go Reject names that aren't url-safe 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 fix race in hook ui PreApply test 9 years ago
hook_ui_test.go fix race in hook ui PreApply 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 add `-force-copy` option to init command 9 years ago
init_test.go add Rehash to terraform.BackendState 9 years ago
internal_plugin.go
internal_plugin_core.go
internal_plugin_list.go Merge pull request #12372 from hashicorp/f-kubernetes 9 years ago
internal_plugin_test.go
meta.go add `-force-copy` option to init command 9 years ago
meta_backend.go add Rehash to terraform.BackendState 9 years ago
meta_backend_migrate.go add `-force-copy` option to init command 9 years ago
meta_backend_test.go add `-force-copy` option to init command 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/push: update copy for remote state error 9 years ago
push_test.go command/push: update copy for remote state error 9 years ago
refresh.go Change CLI flag to '-lock' 9 years ago
refresh_test.go backend/local: allow refresh on empty/non-existent state 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 command: use bufio.ReadString instead of scanning to get spaces 10 years ago
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 command/validate: respond to --help 9 years ago
validate_test.go
version.go
version_test.go