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
Alisdair McDiarmid 7b94ddd2f6
Merge pull request #24471 from hashicorp/alisdair/fmt-source
6 years ago
..
cliconfig command: Fix bug when using terraform login on Windows 6 years ago
clistate terraform: Ugly huge change to weave in new State and Plan types 7 years ago
e2etest command/e2etest: Fix TestInitProviders 7 years ago
format command/format: Fix multi-line diagnostic output 6 years ago
jsonconfig terraform: use addrs.Provider as map keys for provider schemas (#24002) 6 years ago
jsonplan finish provider ModuleInstance replacement 6 years ago
jsonprovider Add support for provider metadata to modules. (#22583) 6 years ago
jsonstate fixup states.Resource change throughout packages 6 years ago
testdata rename provider-specific functions (#24417) 6 years ago
webbrowser command/login: Fix browser launcher for WSL users 6 years ago
012_config_upgrade.go command: remove 0.12upgrade (#24403) 6 years ago
012_config_upgrade_test.go command: remove 0.12upgrade (#24403) 6 years ago
013_config_upgrade.go command: Add scaffold for 0.13upgrade command 6 years ago
013_config_upgrade_test.go command: Add scaffold for 0.13upgrade command 6 years ago
apply.go command: New -compact-warnings option 6 years ago
apply_destroy_test.go use addrs.ConfigResource for dependency tracking 6 years ago
apply_test.go finish provider ModuleInstance replacement 6 years ago
autocomplete.go terraform: Ugly huge change to weave in new State and Plan types 7 years ago
autocomplete_test.go command: use newer version of "complete" library 8 years ago
cli_ui.go
cli_ui_test.go
command.go Implement the Enterprise enhanced remote backend 8 years ago
command_test.go use addrs.ConfigResource for dependency tracking 6 years ago
console.go command: Comment to explain why unlock is required 6 years ago
console_interactive.go command: update "terraform console" for HCL2 7 years ago
console_interactive_solaris.go
console_test.go backend: Allow certain commands to opt out of required variable checks 6 years ago
debug_command.go
flag_kv.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
flag_kv_test.go
fmt.go command/fmt: Include source snippets in errors 6 years ago
fmt_test.go command/fmt: Include source snippets in errors 6 years ago
get.go command: discard output from flags package and return errs directly (#22373) 7 years ago
get_test.go command: Update "terraform get" to use the new module installer 7 years ago
graph.go command/graph: Remove no-op state unlock 6 years ago
graph_test.go finish provider ModuleInstance replacement 6 years ago
hook_module_install.go Move module install functionality over to internal/initwd 7 years ago
hook_ui.go Merge pull request #18823 from minamijoyo/fix-multibyte-trucate 7 years ago
hook_ui_test.go Merge pull request #18823 from minamijoyo/fix-multibyte-trucate 7 years ago
import.go command: Comment to explain why unlock is required 6 years ago
import_test.go Mildwonkey/ps import (#24412) 6 years ago
init.go rename provider-specific functions (#24417) 6 years ago
init_test.go rename provider-specific functions (#24417) 6 years ago
internal_plugin.go command/internal-plugin: Strip off TF_CLI_ARGS arguments 6 years ago
internal_plugin_list.go provisioner: new Puppet provisioner (#18851) 7 years ago
internal_plugin_test.go command/internal-plugin: Strip off TF_CLI_ARGS arguments 6 years ago
login.go Remove unnecessary type assertion checks 6 years ago
login_test.go Add token validation for manual terraform login 6 years ago
logout.go Remove unnecessary type assertion checks 6 years ago
logout_test.go command/logout: Add terraform logout command 6 years ago
meta.go command: Accept a "provider source" from the main package 6 years ago
meta_backend.go command: use backend config from state when backend=false is used. (#23802) 6 years ago
meta_backend_migrate.go don't store prepared backend config 7 years ago
meta_backend_test.go command: use backend config from state when backend=false is used. (#23802) 6 years ago
meta_config.go don't print just warnings when loading backend cfg 6 years ago
meta_new.go prune dead code from command/meta 7 years ago
meta_providers.go command: Expose providercache package objects for use elsewhere 6 years ago
meta_test.go backend/local: Handle interactive prompts for variables in UI layer 6 years ago
meta_vars.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
output.go command/output: Absence of outputs is not an error 6 years ago
output_test.go command/output: Absence of outputs is not an error 6 years ago
plan.go command: New -compact-warnings option 6 years ago
plan_test.go finish provider ModuleInstance replacement 6 years ago
plugins.go rename provider-specific functions (#24417) 6 years ago
plugins_lock.go Standardize on log level "WARN" rather than "WARNING" 8 years ago
plugins_lock_test.go cleanup temp files from command tests 8 years ago
plugins_test.go command/show: fix issue with show and aliased provider (#23848) 6 years ago
providers.go moduledeps: replace ProviderInstance with addrs.Provider (#24017) 6 years ago
providers_schema.go backend: Allow certain commands to opt out of required variable checks 6 years ago
providers_schema_test.go Standardise directory name for test data 7 years ago
providers_test.go command: Fix tests for "terraform providers" 7 years ago
push.go command: remove "terraform push" 7 years ago
refresh.go command: New -compact-warnings option 6 years ago
refresh_test.go use addrs.ConfigResource for dependency tracking 6 years ago
show.go command: "terraform show" renders plans like "terraform plan" 6 years ago
show_test.go use addrs.ConfigResource for dependency tracking 6 years ago
state_command.go
state_list.go command: discard output from flags package and return errs directly (#22373) 7 years ago
state_list_test.go command/state: update and fix the state list command 7 years ago
state_meta.go fixup states.Resource change throughout packages 6 years ago
state_mv.go fixup states.Resource change throughout packages 6 years ago
state_mv_test.go use addrs.ConfigResource for dependency tracking 6 years ago
state_pull.go command: discard output from flags package and return errs directly (#22373) 7 years ago
state_pull_test.go command: Use statemgr.Import and statemgr.Export for state push and pull 7 years ago
state_push.go command: discard output from flags package and return errs directly (#22373) 7 years ago
state_push_test.go command/state: lock when pushing state 7 years ago
state_rm.go command: discard output from flags package and return errs directly (#22373) 7 years ago
state_rm_test.go finish provider ModuleInstance replacement 6 years ago
state_show.go finish provider ModuleInstance replacement 6 years ago
state_show_test.go finish provider ModuleInstance replacement 6 years ago
state_test.go command: Allow tests to run to completion without panics or hangs 7 years ago
taint.go command: discard output from flags package and return errs directly (#22373) 7 years ago
taint_test.go finish provider ModuleInstance replacement 6 years ago
ui_input.go Make sure UIInput keeps working after being canceled 7 years ago
ui_input_test.go Make sure UIInput keeps working after being canceled 7 years ago
unlock.go command: discard output from flags package and return errs directly (#22373) 7 years ago
unlock_test.go check for errors when loading a backend config 7 years ago
untaint.go command: discard output from flags package and return errs directly (#22373) 7 years ago
untaint_test.go finish provider ModuleInstance replacement 6 years ago
validate.go command/validate: warn if unused flags are set on the command line (#22989) 6 years ago
validate_test.go vendor: go get github.com/hashicorp/hcl2@0b64543c968c 7 years ago
version.go command: Use full URL for the download page when prompting for upgrade 6 years ago
version_test.go
workspace_command.go small fix with command usage 'terraform workspace New' 6 years ago
workspace_command_test.go finish provider ModuleInstance replacement 6 years ago
workspace_delete.go command/workspace delete: release lock after workspace removal warning (#24085) 6 years ago
workspace_list.go command: discard output from flags package and return errs directly (#22373) 7 years ago
workspace_new.go command: discard output from flags package and return errs directly (#22373) 7 years ago
workspace_select.go command: discard output from flags package and return errs directly (#22373) 7 years ago
workspace_show.go command: discard output from flags package and return errs directly (#22373) 7 years ago