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
Kristin Laemmert 604e65bb62
Revert "backend/local: release lock if there is an error in Context() (#25427)"
6 years ago
..
cliconfig provider cache: log errors and validate dir exists (#24993) 6 years ago
clistate
e2etest internal/getproviders: decode and return any registry warnings (#25337) 6 years ago
format command/format: Fix empty overlap diagnostics 6 years ago
jsonconfig command/jsonconfig: Use correct provider address to access schema 6 years ago
jsonplan command/jsonconfig: Use correct provider address to access schema 6 years ago
jsonprovider Mildwonkey/command tests (#24535) 6 years ago
jsonstate remove a few traces of states.EachMode 6 years ago
testdata command/init: return an error with invalid -backend-config files (#25411) 6 years ago
webbrowser command/login: Fix browser launcher for WSL users 6 years ago
012_config_upgrade.go command: Fix 0.12upgrade stub 6 years ago
012_config_upgrade_test.go command: remove 0.12upgrade (#24403) 6 years ago
013_config_upgrade.go command: Fix 0.13upgrade to preserve more comments 6 years ago
013_config_upgrade_test.go command/0.13upgrade: make confirmation more user-friendly (#25142) 6 years ago
apply.go command/apply: Remove implicit init call 6 years ago
apply_destroy_test.go command: apply and most of import tests passing 6 years ago
apply_test.go command: apply and most of import tests passing 6 years ago
autocomplete.go
autocomplete_test.go
cli_ui.go
cli_ui_test.go
command.go
command_test.go command: Fix command fixture modify-in-place bugs 6 years ago
console.go Revert "backend/local: release lock if there is an error in Context() (#25427)" 6 years ago
console_interactive.go
console_interactive_solaris.go
console_test.go Support reading module outputs in terraform console (#24808) 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: Simplify Meta.process helper method 6 years ago
fmt_test.go command/fmt: Include source snippets in errors 6 years ago
get.go command: Simplify Meta.process helper method 6 years ago
get_test.go
graph.go command: Simplify Meta.process helper method 6 years ago
graph_test.go command tests looked for providers in the graphs 6 years ago
hook_module_install.go
hook_ui.go command: Add UI hooks for read actions 6 years ago
hook_ui_test.go Merge pull request #18823 from minamijoyo/fix-multibyte-trucate 7 years ago
import.go command: Simplify Meta.process helper method 6 years ago
import_test.go command/import: Fix allow-missing-config option 6 years ago
init.go command/init: return an error with invalid -backend-config files (#25411) 6 years ago
init_test.go command/init: return an error with invalid -backend-config files (#25411) 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: Make the tests compile again 6 years ago
login.go command/login: Require "yes" to confirm 6 years ago
login_test.go command/login: Require "yes" to confirm 6 years ago
logout.go command: Simplify Meta.process helper method 6 years ago
logout_test.go command/logout: Add terraform logout command 6 years ago
meta.go command: Unmanaged providers 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: Simplify Meta.process helper method 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: Unmanaged providers 6 years ago
meta_test.go command: Simplify Meta.process helper method 6 years ago
meta_vars.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
output.go command: Simplify Meta.process helper method 6 years ago
output_test.go command/output: Absence of outputs is not an error 6 years ago
plan.go command: Simplify Meta.process helper method 6 years ago
plan_test.go command: Fix command fixture modify-in-place bugs 6 years ago
plugins.go Remove terraform.ResourceProvider, use providercache.Installer instead 6 years ago
plugins_lock.go
plugins_lock_test.go
plugins_test.go command: Make the tests compile again 6 years ago
providers.go command/providers: Show provider requirements tree 6 years ago
providers_mirror.go internal/getproviders: decode and return any registry warnings (#25337) 6 years ago
providers_schema.go command: Simplify Meta.process helper method 6 years ago
providers_schema_test.go command: Make the tests compile again 6 years ago
providers_test.go command/providers: Show provider requirements tree 6 years ago
push.go
refresh.go command/refresh: fix state file path (#22885) 6 years ago
refresh_test.go remove unused DependsOn usage in state 6 years ago
show.go backend/local: treat output changes as side-effects to be applied 6 years ago
show_test.go remove unused DependsOn usage in state 6 years ago
state_command.go
state_list.go command: Simplify Meta.process helper method 6 years ago
state_list_test.go
state_meta.go command: Add state replace-provider subcommand 6 years ago
state_mv.go fix state mv to work without EachMode 6 years ago
state_mv_test.go fix state mv to work without EachMode 6 years ago
state_pull.go command: Simplify Meta.process helper method 6 years ago
state_pull_test.go
state_push.go command: Simplify Meta.process helper method 6 years ago
state_push_test.go
state_replace_provider.go website: Add docs for state replace-provider 6 years ago
state_replace_provider_test.go command: Add state replace-provider subcommand 6 years ago
state_rm.go command: adjust exit code of state rm (#22300) 6 years ago
state_rm_test.go command: adjust exit code of state rm (#22300) 6 years ago
state_show.go command: Simplify Meta.process helper method 6 years ago
state_show_test.go Mildwonkey/command tests (#24535) 6 years ago
state_test.go
taint.go command: Simplify Meta.process helper method 6 years ago
taint_test.go finish provider ModuleInstance replacement 6 years ago
ui_input.go command/login: Require "yes" to confirm 6 years ago
ui_input_test.go Make sure UIInput keeps working after being canceled 7 years ago
unlock.go command: Simplify Meta.process helper method 6 years ago
unlock_test.go
untaint.go command: Simplify Meta.process helper method 6 years ago
untaint_test.go finish provider ModuleInstance replacement 6 years ago
validate.go command: Simplify Meta.process helper method 6 years ago
validate_test.go vendor: go get github.com/hashicorp/hcl2@0b64543c968c 7 years ago
version.go command: Fix bug with -v/-version/--version flags 6 years ago
version_test.go command: Fix bug with -v/-version/--version flags 6 years ago
workspace_command.go command: Simplify Meta.process helper method 6 years ago
workspace_command_test.go finish provider ModuleInstance replacement 6 years ago
workspace_delete.go command: Simplify Meta.process helper method 6 years ago
workspace_list.go command: Simplify Meta.process helper method 6 years ago
workspace_new.go command: Simplify Meta.process helper method 6 years ago
workspace_select.go command: Simplify Meta.process helper method 6 years ago
workspace_show.go command: Simplify Meta.process helper method 6 years ago