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 681d94ae20
core: Allow lists and maps as variable overrides
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 Use -state-out option when applying from a plan 10 years ago
cli_ui.go
cli_ui_test.go
command.go command: Remove second DefaultDataDirectory const (#7666) 10 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 core: Allow lists and maps as variable overrides 10 years ago
flag_kv_test.go core: Allow lists and maps as variable overrides 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 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
hook_count.go command: Do not count data sources in plan totals 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
hook_state_test.go
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 core: Allow lists and maps as variable overrides 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 Add scaleway provider (#7331) 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 core: Allow lists and maps as variable overrides 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: Add -json flag to `terraform output` 10 years ago
output_test.go core: Add -json flag to `terraform output` 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 Add a terraform version header to all atlas calls 10 years ago
push_test.go core: Convert context vars to map[string]interface{} 10 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 core: Allow lists and maps as variable overrides 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
remote_push.go Add -no-color to help text 11 years ago
remote_push_test.go
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 Use -state-out option when applying from a plan 10 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
ui_input_test.go
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
version_test.go