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 43c7bd648c
fix sorting of module resources during state mv
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/state list: test against backend 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 Have backend operations properly unlock state 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 10 years ago
console_interactive_solaris.go command: split out and tag code so compilation works on Solaris 10 years ago
console_test.go terraform: add variables to Interpolator value 9 years ago
counthookaction_string.go Reflect new comment format in stringer.go 11 years ago
debug_command.go Add debug command with json2dot 10 years ago
debug_json2dot.go Add debug command with json2dot 10 years ago
debug_json2dot_test.go Add debug command with json2dot 10 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 command/fmt: Improve documentation for -diff and defaults (#6398) 10 years ago
fmt_test.go Update HCL to latest, unskip fmt tests 10 years ago
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 Strip off extra \n in hcl encoded variables 10 years ago
hook_count.go Make all terraform package tests pass under -race 10 years ago
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: use reset instead of reset_bold 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 Set a log prefix for each plugin and remove go-dynect global log prefix (#6336) 10 years ago
internal_plugin_core.go Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary 10 years ago
internal_plugin_list.go New Provider: Spotinst (#5001) 9 years ago
internal_plugin_test.go Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary 10 years ago
meta.go s/Meta.lockState/Meta.stateLock/g 9 years ago
meta_backend.go command: convert to using backend/init 9 years ago
meta_backend_migrate.go fix state migration lock info 9 years ago
meta_backend_test.go backend/local: don't RefreshState on State API 9 years ago
meta_new.go command: convert to use backends 9 years ago
meta_test.go command/meta: always ask for unset variable input 10 years ago
module_storage.go fix a bunch of tests from go-getter import 11 years ago
module_storage_test.go fix a bunch of tests from go-getter import 11 years ago
output.go RefreshState in output command 9 years ago
output_test.go core: Fix -module for terraform output command 10 years ago
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 vet issues 10 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 command: convert to use backends 9 years ago
show_test.go command: convert to use backends 9 years ago
state_command.go Add `terraform state list` command 10 years ago
state_list.go command: extra RefreshState calls 9 years ago
state_list_test.go command/state list: test against backend 9 years ago
state_meta.go command/state: mv and rm -backup works 9 years ago
state_mv.go Merge pull request #12155 from hashicorp/b-state-backend 9 years ago
state_mv_test.go fix sorting of module resources during state mv 9 years ago
state_pull.go command: convert to use backends 9 years ago
state_pull_test.go command: convert to use backends 9 years ago
state_push.go command: convert to use backends 9 years ago
state_push_test.go command: convert to use backends 9 years ago
state_rm.go Merge pull request #12155 from hashicorp/b-state-backend 9 years ago
state_rm_test.go command/state: mv and rm -backup works 9 years ago
state_show.go command: extra RefreshState calls 9 years ago
state_show_test.go Fix panic during "terraform show" with empty state 10 years ago
state_test.go command: tests should move to temporary cwd 9 years ago
taint.go command: extra RefreshState calls 9 years ago
taint_test.go Clean up LockInfo and LockError and use them 9 years ago
ui_input.go command: convert to use backends 9 years ago
ui_input_test.go command: use bufio.ReadString instead of scanning to get spaces 10 years ago
unlock.go Fix regression from not having an real unlock test 9 years ago
unlock_test.go Add complete unlock test 9 years ago
untaint.go command: extra RefreshState calls 9 years ago
untaint_test.go Clean up LockInfo and LockError and use them 9 years ago
validate.go command/validate: respond to --help 10 years ago
validate_test.go Fixing some golint issues on the new validate command 10 years ago
version.go
version_test.go