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 7e87b640bc
command/cliconfig/syntax: Just enough HCL 2 API for CLI Config decoding
6 years ago
..
cliconfig command/cliconfig/syntax: Just enough HCL 2 API for CLI Config decoding 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: New -compact-warnings option 6 years ago
jsonconfig addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
jsonplan addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
jsonprovider configs/configschema: Introduce the NestingGroup mode for blocks 7 years ago
jsonstate addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
testdata Mildwonkey/tfconfig upgrade (#23670) 6 years ago
webbrowser command: Swappable implementation of launching web browsers 7 years ago
012_config_upgrade.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
apply.go command: New -compact-warnings option 6 years ago
apply_destroy_test.go addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
apply_test.go addrs: replace "Type string" with "Type Provider" in ProviderConfig 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 remove stale dependencies on `state mv` 6 years ago
console.go backend: Allow certain commands to opt out of required variable checks 6 years ago
console_interactive.go command: update "terraform console" for HCL2 7 years ago
console_interactive_solaris.go command: split out and tag code so compilation works on Solaris 9 years ago
console_test.go backend: Allow certain commands to opt out of required variable checks 6 years ago
debug_command.go Add debug command with json2dot 9 years ago
debug_json2dot.go commands: make sure the correct flagset is used 7 years ago
debug_json2dot_test.go cleanup temp files from command tests 8 years ago
flag_kv.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
flag_kv_test.go command: use helper/variables for flags and parsing 9 years ago
fmt.go vendor: switch to HCL 2.0 in the HCL repository 6 years ago
fmt_test.go Normalize in the fmt -check test 7 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 Update docs to reflect current behavior 6 years ago
graph_test.go addrs: replace "Type string" with "Type Provider" in ProviderConfig 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 configs: move ProviderConfigCompact[Str] from addrs to configs 6 years ago
import_test.go use LegacyString() consistently 6 years ago
init.go command: use backend config from state when backend=false is used. (#23802) 6 years ago
init_test.go Mildwonkey/tfconfig upgrade (#23670) 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 Replace import paths & set UA string where necessary 6 years ago
login_test.go Replace import paths & set UA string where necessary 6 years ago
meta.go command: New -compact-warnings option 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_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 addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
plugins.go command: rename choosePlugins to chooseProviders to clarify scope of function 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 providers: use addrs.Provider as map keys for provider.Factory (#23548) 6 years ago
providers.go command: discard output from flags package and return errs directly (#22373) 7 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 fixup some test comparisons 6 years ago
show.go command: "terraform show" renders plans like "terraform plan" 6 years ago
show_test.go Merge pull request #23581 from hashicorp/pselle/show-panic-23377 6 years ago
state_command.go Thread the environment through all commands 9 years ago
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 command: Fix various issues in the "terraform state ..." subcommands 7 years ago
state_mv.go remove stale dependencies on `state mv` 6 years ago
state_mv_test.go remove stale dependencies on `state mv` 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 addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
state_show.go backend: Allow certain commands to opt out of required variable checks 6 years ago
state_show_test.go addrs: replace "Type string" with "Type Provider" in ProviderConfig 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 addrs: replace "Type string" with "Type Provider" in ProviderConfig 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 addrs: replace "Type string" with "Type Provider" in ProviderConfig 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 addrs: replace "Type string" with "Type Provider" in ProviderConfig 6 years ago
workspace_delete.go command: discard output from flags package and return errs directly (#22373) 7 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