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
Martin Atkins 2ca10ad962
command: Show data source reads differently in plans
10 years ago
..
test-fixtures core: Add support for marking outputs as sensitive (#6559) 10 years ago
apply.go core: Fix issues from rebasing dev-0.7 onto master 10 years ago
apply_destroy_test.go remove various typos 11 years ago
apply_test.go core: Fix issues from rebasing dev-0.7 onto master 10 years ago
cli_ui.go adding new AskSecret to ColorizeUi 11 years ago
cli_ui_test.go
command.go command: pull parallelism default up to CLI layer 11 years ago
command_test.go command: compilation works 10 years ago
counthookaction_string.go Reflect new comment format in stringer.go 11 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
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 command: Show data source reads differently in plans 10 years ago
format_state.go
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
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 command: Show id only when refreshing managed resources 10 years ago
import.go command: UI for import 10 years ago
import_test.go command/import: tests passing 10 years ago
init.go Fixes #5011 - Backend downcased for init 10 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 core: Add new providers to internal list 10 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: Context buliding allows empty module trees 10 years ago
meta_test.go command: Change module-depth default to -1 10 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 core: Fix issues from rebasing dev-0.7 onto master 10 years ago
output_test.go state: Add support for outputs of multiple types 10 years ago
plan.go command: Show data source reads differently in plans 10 years ago
plan_test.go command: compilation works 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 core: Fix issues from rebasing dev-0.7 onto master 10 years ago
refresh_test.go core: Add terraform_version to state 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 11 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 remove various typos 11 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 website: document state mv 10 years ago
state_mv_test.go command: test for moving into another state file 10 years ago
state_show.go command: compilation works 10 years ago
state_show_test.go add command/state show 10 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 command/taint: -allow-missing 11 years ago
ui_input.go
ui_input_test.go
untaint.go command: Add `terraform untaint` 10 years ago
untaint_test.go command: Add `terraform untaint` 10 years ago
validate.go Fixing some golint issues on the new validate command 10 years ago
validate_test.go Fixing some golint issues on the new validate command 10 years ago
version.go
version_test.go