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 b190aa05a5
core: Add missing OutputStates in synthetic state
10 years ago
..
test-fixtures core: Add support for marking outputs as sensitive (#6559) 10 years ago
apply.go core: Use OutputState in JSON instead of map 10 years ago
apply_destroy_test.go remove various typos 11 years ago
apply_test.go Add tests and fix last issues 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 core: Add missing OutputStates in synthetic state 10 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
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 core: Adding Sensitive attribute to resource schema 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 command: put the modules in ".terraform/modules" 12 years ago
graph.go command: Change module-depth default to -1 10 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 core: Adding Sensitive attribute to resource schema 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 Merge pull request #6672 from apparentlymart/random-provider 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: Format empty lists and maps in output 10 years ago
output_test.go core: Use OutputState in JSON instead of map 10 years ago
plan.go command/plan: remove -backup from help text 10 years ago
plan_test.go Add tests and fix last issues 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 Add basic implementation for remote state on azure (#7064) 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 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 cli: Fix registration of `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 Add tests and fix last issues 10 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
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 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 fixing version numbers RCs should be labeled x.x.x-rcx 11 years ago
version_test.go Implement CLI, version command 12 years ago