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 1a6056b287
command: split out and tag code so compilation works on Solaris
9 years ago
..
test-fixtures command/import: load configurations and allow empty config dirs 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 adding new AskSecret to ColorizeUi 11 years ago
cli_ui_test.go
command.go command/meta: validate config immediately 10 years ago
command_test.go command/apply: apply from plan respects -backup and -state-out 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 command/console 9 years ago
counthookaction_string.go Reflect new comment format in stringer.go 10 years ago
flag_kv.go command: FlagTypedKV parses bool as string 9 years ago
flag_kv_test.go command: FlagTypedKV parses bool as string 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
format_plan.go Fix plan output for data sources 10 years ago
format_plan_test.go Fix plan output for data sources 10 years ago
format_state.go core: Fix crash with tainted resource 10 years ago
get.go command/get: fix typo 11 years ago
get_test.go
graph.go command: Change module-depth default to -1 10 years ago
graph_test.go terraform: Graph returns *Graph for now 11 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 terraform: orphans should call post-apply hook [GH-1938] 11 years ago
hook_count_test.go command: Do not count data sources in plan totals 10 years ago
hook_state.go command: StateHook for continous state updates 11 years ago
hook_state_test.go command: StateHook for continous state updates 11 years ago
hook_ui.go Make all terraform package tests pass under -race 10 years ago
import.go command/import: allow the -config flag to specify a config location 9 years ago
import_test.go command/import: allow the -config flag to specify a config location 9 years ago
init.go Fix vet issues 9 years ago
init_test.go Fixes #5011 - Backend downcased for init 10 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 pull request #9538 from hashicorp/f-nomad-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 command: split out and tag code so compilation works on Solaris 9 years ago
meta_test.go command/meta: always ask for unset variable input 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 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 Merge pull request #9666 from hashicorp/jbardin/debug 9 years ago
plan_test.go command/meta: validate config immediately 10 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 Add -no-color to help text 11 years ago
remote_config.go Fix vet issues 9 years ago
remote_config_test.go remove various typos 11 years ago
remote_pull.go Add -no-color to help text 11 years ago
remote_pull_test.go command: when setting up state, only write back if local is newer 11 years ago
remote_push.go Add -no-color to help text 11 years ago
remote_push_test.go command: move remote configuration stuff 11 years ago
show.go command: Change module-depth default to -1 10 years ago
show_test.go core: fix `terraform show` with remote state 11 years ago
state.go command/apply: apply from plan respects -backup and -state-out 9 years ago
state_command.go Add `terraform state list` command 10 years ago
state_list.go Add `terraform state list` command 10 years ago
state_list_test.go Add `terraform state list` command 10 years ago
state_meta.go command/state meta: State func 10 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 command: compilation works 10 years ago
taint.go command: Prevent data resources from being tainted 10 years ago
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 Fixing some golint issues on the new validate command 10 years ago
version.go fixing version numbers RCs should be labeled x.x.x-rcx 11 years ago
version_test.go