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 09e0727d5e
command/plan: revert test change on this output
9 years ago
..
format command/format: a package for formatting plans/state for output 9 years ago
test-fixtures command: convert to use backends 9 years ago
apply.go command: convert to use backends 9 years ago
apply_destroy_test.go terraform: default new graphs on, old graphs behind -Xlegacy-graph 9 years ago
apply_test.go command: convert to use backends 9 years ago
cli_ui.go
cli_ui_test.go
command.go command: convert to use backends 9 years ago
command_test.go command: convert to use backends 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 Reflect new comment format in stringer.go 10 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
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
graph.go command: convert to use backends 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: 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: convert to use backends 9 years ago
init_test.go command: convert to use backends 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 Ns1 provider (#10782) 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 command: convert to use backends 9 years ago
meta_backend.go command: meta.Backend is used for initializing the backend 9 years ago
meta_backend_migrate.go command: meta.Backend is used for initializing the backend 9 years ago
meta_backend_test.go command: meta.Backend is used for initializing the backend 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 9 years ago
module_storage.go
module_storage_test.go
output.go command: convert to use backends 9 years ago
output_test.go core: Fix -module for terraform output command 10 years ago
plan.go command: convert to use backends 9 years ago
plan_test.go command/plan: revert test change on this output 9 years ago
push.go command: convert to use backends 9 years ago
push_test.go Fix vet issues 9 years ago
refresh.go command: convert to use backends 9 years ago
refresh_test.go command: convert to use backends 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: convert to use backends 9 years ago
state_list_test.go Add `terraform state list` command 10 years ago
state_meta.go command: convert to use backends 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_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 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 command: convert to use backends 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 command: convert to use backends 9 years ago
taint_test.go Add tests and fix last issues 10 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
untaint.go command: convert to use backends 9 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 Fixing some golint issues on the new validate command 10 years ago
version.go
version_test.go