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
Mitchell Hashimoto f84fd39ef9
command/import: document -var-file and -var is available #11211
9 years ago
..
test-fixtures command/import: document -var-file and -var is available #11211 9 years ago
apply.go terraform: default new graphs on, old graphs behind -Xlegacy-graph 9 years ago
apply_destroy_test.go terraform: default new graphs on, old graphs behind -Xlegacy-graph 9 years ago
apply_test.go command/meta: always ask for unset variable input 9 years ago
cli_ui.go
cli_ui_test.go
command.go command/meta: validate config immediately 10 years ago
command_test.go terraform: add variables to Interpolator value 9 years ago
console.go command: split out and tag code so compilation works on Solaris 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
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
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
format_plan.go Disaply interpolation strings for computed fields 9 years ago
format_plan_test.go Disaply interpolation strings for computed fields 9 years ago
format_state.go core: Fix crash with tainted resource 10 years ago
get.go
get_test.go
graph.go command/graph: update for new graphs 9 years ago
graph_test.go command/graph: update for new graphs 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/import: document -var-file and -var is available #11211 9 years ago
import_test.go command/import: document -var-file and -var is available #11211 9 years ago
init.go Fix vet issues 9 years ago
init_test.go
internal_plugin.go
internal_plugin_core.go
internal_plugin_list.go Ns1 provider (#10782) 9 years ago
internal_plugin_test.go
meta.go command: use helper/variables for flags and parsing 9 years ago
meta_test.go command/meta: always ask for unset variable input 9 years ago
module_storage.go
module_storage_test.go
output.go Align the help string of output with documentation (#9735) 9 years ago
output_test.go core: Fix -module for terraform output command 10 years ago
plan.go command/plan: show a warning when a plan file is given 9 years ago
plan_test.go command/plan: show a warning when a plan file is given 9 years ago
push.go command/push: create the proper parent directory entries in tar 10 years ago
push_test.go Fix vet issues 9 years ago
refresh.go command: show shadow errors to the user 9 years ago
refresh_test.go command: Fixup comment typo 10 years ago
remote.go
remote_config.go Fix vet issues 9 years ago
remote_config_test.go
remote_pull.go
remote_pull_test.go
remote_push.go
remote_push_test.go
show.go
show_test.go
state.go command/apply: apply from plan respects -backup and -state-out 9 years ago
state_command.go
state_list.go
state_list_test.go
state_meta.go Remove extra dot from state backup file 9 years ago
state_mv.go command: correct outdated comment 10 years ago
state_mv_test.go command: test for moving resource with count [GH-7797] 10 years ago
state_rm.go core: Add `terraform state rm` command and docs 10 years ago
state_rm_test.go Update state_rm_test.go 10 years ago
state_show.go Fix panic during "terraform show" with empty state 9 years ago
state_show_test.go Fix panic during "terraform show" with empty state 9 years ago
state_test.go Remove extra dot from state backup file 9 years ago
taint.go
taint_test.go Add tests and fix last issues 10 years ago
ui_input.go command: use bufio.ReadString instead of scanning to get spaces 10 years ago
ui_input_test.go command: use bufio.ReadString instead of scanning to get spaces 10 years ago
untaint.go Change taint behaviour to act as a normal resource 10 years ago
untaint_test.go Add tests and fix last issues 10 years ago
validate.go command/validate: respond to --help 9 years ago
validate_test.go
version.go
version_test.go