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 bf396b5f1b
command/views: main View type aware if it's running in automation
5 years ago
..
arguments command: New -replace=... planning option 5 years ago
cliconfig Grammar nit: "setup" as a verb should be spelled "set up" 5 years ago
clistate clistate: Update clistate.Locker for command views 5 years ago
e2etest Give suggestions & remind users to use required_providers when provider not in registry (#28014) 5 years ago
format Merge pull request #28598 from hashicorp/alisdair/fix-diagnostic-snippet-crash 5 years ago
jsonconfig command/jsonconfig: Add variable sensitive flag 5 years ago
jsonplan command/jsonplan: Add replace_paths 5 years ago
jsonprovider command/jsonprovider: bump format version (#28115) 5 years ago
jsonstate don't marshal state with the wrong schema 5 years ago
testdata fixed configloader doesn't add unnecessary diags 5 years ago
views command/views: main View type aware if it's running in automation 5 years ago
webbrowser command: Revert local patch for pkg/browser 5 years ago
apply.go command: New -replace=... planning option 5 years ago
apply_destroy_test.go cli: Migrate apply to command views 5 years ago
apply_test.go command tests: plan and init (#28616) 5 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 cli: Remove legacy positional path arguments 5 years ago
command_test.go plans: Track both the previous run and prior states in the plan 5 years ago
console.go lang/funcs: add (console-only) TypeFunction (#28501) 5 years ago
console_interactive.go move remaining helper packages to internal 5 years ago
console_interactive_solaris.go
console_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
flag_kv.go cli: Improve error for invalid -target flags 5 years ago
flag_kv_test.go
fmt.go cli: Fix fmt output for multi-line value exprs 5 years ago
fmt_test.go command: remove unused method on pluginSHA256LockFile (#26402) 5 years ago
get.go cli: Add reference to global options to help text 5 years ago
get_test.go cli: Remove legacy positional path arguments 5 years ago
graph.go cli: Add reference to global options to help text 5 years ago
graph_test.go cli: Remove positional plan argument from graph 5 years ago
hook_module_install.go Move module install functionality over to internal/initwd 7 years ago
import.go command: Reorganize docs of the local backend's legacy CLI options 5 years ago
import_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
init.go cli: Only rewrite provider locks file if changed 5 years ago
init_test.go command tests: plan and init (#28616) 5 years ago
login.go Split off error MOTD error logging 5 years ago
login_test.go Add customized login success output for TFC/E 5 years ago
logout.go cli: Add reference to global options to help text 5 years ago
logout_test.go command/logout: Add terraform logout command 6 years ago
meta.go Add purple to the list of colorstring codes 5 years ago
meta_backend.go call the InConfigBody with addresses 5 years ago
meta_backend_migrate.go clistate: Update clistate.Locker for command views 5 years ago
meta_backend_test.go clistate: Update clistate.Locker for command views 5 years ago
meta_config.go cli: Add initial command views abstraction 5 years ago
meta_dependencies.go command/init: Read, respect, and update provider dependency locks 5 years ago
meta_new.go prune dead code from command/meta 7 years ago
meta_providers.go command: Experimental "terraform test" command 5 years ago
meta_test.go command staticcheck 5 years ago
meta_vars.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
output.go cli: Add reference to global options to help text 5 years ago
output_test.go views: Expand test coverage for views.Output 5 years ago
plan.go command: New -replace=... planning option 5 years ago
plan_test.go command tests: plan and init (#28616) 5 years ago
plugins.go run built-in provisioners in-process 5 years ago
plugins_lock.go command: remove unused method on pluginSHA256LockFile (#26402) 5 years ago
plugins_lock_test.go command: remove unused method on pluginSHA256LockFile (#26402) 5 years ago
plugins_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
providers.go cli: Add reference to global options to help text 5 years ago
providers_lock.go cli: Add reference to global options to help text 5 years ago
providers_mirror.go cli: Add reference to global options to help text 5 years ago
providers_schema.go cli: Add reference to global options to help text 5 years ago
providers_schema_test.go add support for attributes with nested types in providers schema (#28055) 5 years ago
providers_test.go internal: Fix lockfile constraint output for 1.2.* 5 years ago
push.go cli: Add reference to global options to help text 5 years ago
refresh.go command: Reorganize docs of the local backend's legacy CLI options 5 years ago
refresh_test.go command tests: plan and init (#28616) 5 years ago
show.go command/views: Remove baseState argument from plan-rendering views 5 years ago
show_test.go command tests: plan and init (#28616) 5 years ago
state_command.go cli: Add reference to global options to help text 5 years ago
state_list.go cli: Add reference to global options to help text 5 years ago
state_list_test.go command/state list: list resources in nested and expanded modules (#27268) 5 years ago
state_meta.go command/state list: list resources in nested and expanded modules (#27268) 5 years ago
state_mv.go cli: Add reference to global options to help text 5 years ago
state_mv_test.go clistate: Update clistate.Locker for command views 5 years ago
state_pull.go cli: Add reference to global options to help text 5 years ago
state_pull_test.go deprecate helper/copy 5 years ago
state_push.go cli: Add reference to global options to help text 5 years ago
state_push_test.go clistate: Update clistate.Locker for command views 5 years ago
state_replace_provider.go cli: Add reference to global options to help text 5 years ago
state_replace_provider_test.go cli: Add reference to global options to help text 5 years ago
state_rm.go cli: Add reference to global options to help text 5 years ago
state_rm_test.go clistate: Update clistate.Locker for command views 5 years ago
state_show.go cli: Add reference to global options to help text 5 years ago
state_show_test.go Mildwonkey/providers interface renaming (#27805) 5 years ago
state_test.go command: Allow tests to run to completion without panics or hangs 7 years ago
taint.go cli: Add reference to global options to help text 5 years ago
taint_test.go clistate: Update clistate.Locker for command views 5 years ago
test.go core: Generalize the idea of a "plan mode", vs just destroy flag 5 years ago
test_test.go command: Experimental "terraform test" command 5 years ago
ui_input.go Exit with error if UI input scan fails (#26509) 5 years ago
ui_input_test.go Exit with error if UI input scan fails (#26509) 5 years ago
unlock.go cli: Add reference to global options to help text 5 years ago
unlock_test.go clistate: Update clistate.Locker for command views 5 years ago
untaint.go cli: Add reference to global options to help text 5 years ago
untaint_test.go clistate: Update clistate.Locker for command views 5 years ago
validate.go cli: Migrate validate command to views 5 years ago
validate_test.go cli: Migrate validate command to views 5 years ago
version.go cli: Add reference to global options to help text 5 years ago
version_test.go Remove revision from version command 5 years ago
workspace_command.go cli: Add reference to global options to help text 5 years ago
workspace_command_test.go clistate: Update clistate.Locker for command views 5 years ago
workspace_delete.go cli: Add reference to global options to help text 5 years ago
workspace_list.go cli: Add reference to global options to help text 5 years ago
workspace_new.go cli: Add reference to global options to help text 5 years ago
workspace_select.go cli: Add reference to global options to help text 5 years ago
workspace_show.go cli: Add reference to global options to help text 5 years ago