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 Nugent a5e51f6dad
command/refresh: Fix import formats to prevent flapping
10 years ago
..
test-fixtures Add failing test replicating #4013 10 years ago
apply.go Clear up `destroy --target` message 10 years ago
apply_destroy_test.go remove various typos 11 years ago
apply_test.go command: fix failing TestPlan_noState test 10 years ago
cli_ui.go adding new AskSecret to ColorizeUi 11 years ago
cli_ui_test.go command/*: colors on error messages (red) 12 years ago
command.go command: pull parallelism default up to CLI layer 11 years ago
command_test.go fix a bunch of tests from go-getter import 11 years ago
config.go Compile 12 years ago
counthookaction_string.go Reflect new comment format in stringer.go 10 years ago
flag_kv.go command: make error message clearer for invalid tfvars format [GH-1889] 11 years ago
flag_kv_test.go core: test coverage around map key regression 10 years ago
format_plan.go Colorize the 'forces new resource' message. 11 years ago
format_state.go command: nil-check for instance state when showing state 12 years ago
get.go command/get: fix typo 11 years ago
get_test.go command: put the modules in ".terraform/modules" 12 years ago
graph.go Add -no-color to help text 11 years ago
graph_test.go terraform: Graph returns *Graph for now 11 years ago
hook_count.go core: Return correct number of planned updates 11 years ago
hook_count_action.go terraform: orphans should call post-apply hook [GH-1938] 11 years ago
hook_count_test.go core: Return correct number of planned updates 11 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 Do not print errors via UiHook 11 years ago
init.go fix a bunch of tests from go-getter import 11 years ago
init_test.go command/init: -backend-config 11 years ago
meta.go fix a bunch of tests from go-getter import 11 years ago
meta_test.go remove various typos 11 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 Code formatted via gofmt 11 years ago
output_test.go command/output: Update test since we now allow printing everything 11 years ago
plan.go Prompt for input variables before context validate 10 years ago
plan_test.go Prompt for input variables before context validate 10 years ago
push.go remove various typos 11 years ago
push_test.go command/push: update flag to -overwrite, update docs 11 years ago
refresh.go Validate context after input of vars on refresh 10 years ago
refresh_test.go command/refresh: Fix import formats to prevent flapping 10 years ago
remote.go Add -no-color to help text 11 years ago
remote_config.go Update list of backends in RemoteConfigCommand's Help() method 10 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 core: fix `terraform show` with remote state 11 years ago
show_test.go core: fix `terraform show` with remote state 11 years ago
state.go remove various typos 11 years ago
taint.go command/taint: fix comment 11 years ago
taint_test.go command/taint: -allow-missing 11 years ago
ui_input.go helper/scheam: support UI defaults 12 years ago
ui_input_test.go command: UIInput implementation to ask via CLI 12 years ago
version.go fixing version numbers RCs should be labeled x.x.x-rcx 11 years ago
version_test.go