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 506c7dbbb3
command/init: Collect provider dependencies using our new helpers
6 years ago
..
cliconfig command: Fix bug when using terraform login on Windows 6 years ago
clistate
e2etest
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
autocomplete_test.go
cli_ui.go
cli_ui_test.go
command.go
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
console_interactive_solaris.go
console_test.go
debug_command.go
flag_kv.go
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
get_test.go
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
hook_ui.go
hook_ui_test.go
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 command/init: Collect provider dependencies using our new helpers 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
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
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
meta_providers.go command: Expose providercache package objects for use elsewhere 6 years ago
meta_test.go
meta_vars.go
output.go command/output: Absence of outputs is not an error 7 years ago
output_test.go command/output: Absence of outputs is not an error 7 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
plugins_lock_test.go
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
providers_schema_test.go
providers_test.go
push.go
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" 7 years ago
show_test.go use addrs.ConfigResource for dependency tracking 6 years ago
state_command.go
state_list.go
state_list_test.go
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
state_pull_test.go
state_push.go
state_push_test.go
state_rm.go
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
taint.go
taint_test.go finish provider ModuleInstance replacement 6 years ago
ui_input.go
ui_input_test.go
unlock.go
unlock_test.go
untaint.go
untaint_test.go finish provider ModuleInstance replacement 6 years ago
validate.go
validate_test.go
version.go command: Use full URL for the download page when prompting for upgrade 7 years ago
version_test.go
workspace_command.go small fix with command usage 'terraform workspace New' 7 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
workspace_new.go
workspace_select.go
workspace_show.go