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 fcb8c53454
command/jsonconfig: Use correct provider address to access schema
6 years ago
..
cliconfig command: Fix bug when using terraform login on Windows 6 years ago
clistate
e2etest command/init: Move "vendored provider" test to e2etests 6 years ago
format Mildwonkey/command tests (#24535) 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 command/jsonconfig: Use correct provider address to access schema 6 years ago
testdata internal/providercache: Handle built-in providers 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: Simplify Meta.process helper method 6 years ago
013_config_upgrade_test.go command: Add scaffold for 0.13upgrade command 6 years ago
apply.go command: Simplify Meta.process helper method 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 Mildwonkey/command tests (#24535) 6 years ago
console.go command: Simplify Meta.process helper method 6 years ago
console_interactive.go
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: 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 command: Update "terraform get" to use the new module installer 7 years ago
graph.go command: Simplify Meta.process helper method 6 years ago
graph_test.go Mildwonkey/command tests (#24535) 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: Simplify Meta.process helper method 6 years ago
import_test.go command/import: fix TestImport_initializationErrorShouldUnlock 6 years ago
init.go internal/providercache: Handle built-in providers 6 years ago
init_test.go internal/providercache: Handle built-in providers 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: Simplify Meta.process helper method 6 years ago
login_test.go Add token validation for manual terraform login 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 Remove terraform.ResourceProvider, use providercache.Installer instead 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 internal/providercache: Handle built-in 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 Mildwonkey/command tests (#24535) 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 Mildwonkey/tests (#24522) 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
push.go
refresh.go command: Simplify Meta.process helper method 6 years ago
refresh_test.go Mildwonkey/command tests (#24535) 6 years ago
show.go command: Simplify Meta.process helper method 6 years ago
show_test.go Mildwonkey/command tests (#24535) 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 command: Simplify Meta.process helper method 6 years ago
state_mv_test.go use addrs.ConfigResource for dependency tracking 6 years ago
state_pull.go command: Simplify Meta.process helper method 6 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: Simplify Meta.process helper method 6 years ago
state_push_test.go command/state: lock when pushing state 7 years ago
state_replace_provider.go command: Add state replace-provider subcommand 6 years ago
state_replace_provider_test.go command: Add state replace-provider subcommand 6 years ago
state_rm.go command: Simplify Meta.process helper method 6 years ago
state_rm_test.go finish provider ModuleInstance replacement 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 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: Simplify Meta.process helper method 6 years ago
unlock_test.go check for errors when loading a backend config 7 years ago
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 Remove terraform.ResourceProvider, use providercache.Installer instead 6 years ago
version_test.go
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