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 947db2304a
it's possible to get a nil diff in PreApply
9 years ago
..
clistate Have the clistate Lock use LockWithContext 9 years ago
format command/format: a package for formatting plans/state for output 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 add data-loss warning to SIGINT handler in apply 9 years ago
apply_destroy_test.go Clean up LockInfo and LockError and use them 9 years ago
apply_test.go correct spelling mistakes (#13979) 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 Restore stringer-generated files back to new version 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 update error response when env does not exist (#14009) 9 years ago
env_command_test.go Reject names that aren't url-safe 9 years ago
env_delete.go provide contexts to clistate.Lock calls 9 years ago
env_list.go missing args assignment after parsing flags 9 years ago
env_new.go missing PersistState in env new 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 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 always quote hcl map keys 9 years ago
hcl_printer_test.go always quote hcl map keys 9 years ago
hook_count.go it's possible to get a nil diff in PreApply 9 years ago
hook_count_action.go terraform: orphans should call post-apply hook [GH-1938] 11 years ago
hook_count_test.go terraform: do the deposed check within EvalDiff 9 years ago
hook_state.go
hook_state_test.go
hook_ui.go it's possible to get a nil diff in PreApply 9 years ago
hook_ui_test.go command/hook_ui: Increase max length of state IDs (#13317) 9 years ago
import.go add cli flags for -lock-timeout 9 years ago
import_test.go command/import: document -var-file and -var is available #11211 9 years ago
init.go correct spelling mistakes (#13979) 9 years ago
init_test.go honor `input=false` in state migration 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 Merge branch 'feature/gitlab_provider' of https://github.com/richardc/terraform into richardc-feature/gitlab_provider 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 add -reconfigure option for init 9 years ago
meta_backend.go correct spelling mistakes (#13979) 9 years ago
meta_backend_migrate.go Fix for minor typo 9 years ago
meta_backend_test.go add init -reconfigure test 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 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 Thread the environment through all commands 9 years ago
output_test.go core: Fix -module for terraform output command 10 years ago
plan.go add cli flags for -lock-timeout 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 add cli flags for -lock-timeout 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 correct spelling mistakes (#13979) 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 add cli flags for -lock-timeout 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 remove extra state.Locker assertions 9 years ago
unlock_test.go Add complete unlock test 9 years ago
untaint.go add cli flags for -lock-timeout 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 Fixing some golint issues on the new validate command 10 years ago
version.go
version_test.go