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/internal/command
Alisdair McDiarmid 9497b2cd6f
json-output: Fix unknowns for tuples and sets
4 years ago
..
arguments cli: Migrate show command to use command arguments and views 4 years ago
cliconfig fix(creds): allow periods in TF_TOKEN_... credentials vars 4 years ago
clistate Upgrade to Go 1.17 5 years ago
e2etest build: Write the detected version number into the generated executable 4 years ago
format core: Report reason for deferring data read until apply 4 years ago
jsonconfig jsonconfig: add implicitly created provider configs 4 years ago
jsonplan json-output: Fix unknowns for tuples and sets 4 years ago
jsonprovider Merge pull request #29648 from hashicorp/jbardin/tfproto6.1 4 years ago
jsonstate json-output: Add output type to JSON format 4 years ago
testdata json-output: Add output type to JSON format 4 years ago
views core: Report reason for deferring data read until apply 4 years ago
webbrowser
workdir test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
apply.go command: Adjust skipping of resource counts for any remote implementation 4 years ago
apply_destroy_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
apply_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
autocomplete.go Fix autocomplete for workspace subcommands 4 years ago
autocomplete_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
cli_ui.go
cli_ui_test.go
command.go
command_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
console.go Merge pull request #29825 from hashicorp/jbardin/no-panicwrap 4 years ago
console_interactive.go remove wrapped streams and readline 4 years ago
console_interactive_solaris.go Upgrade to Go 1.17 5 years ago
console_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
flag_kv.go
flag_kv_test.go
fmt.go
fmt_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
get.go command: make module installation interruptible 4 years ago
get_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
graph.go Add cloud {} configuration block for Terraform Cloud 4 years ago
graph_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
hook_module_install.go
import.go Add cloud {} configuration block for Terraform Cloud 4 years ago
import_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
init.go double word removed (#30679) 4 years ago
init_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
login.go insert panic handlers 4 years ago
login_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
logout.go Fix problems caught by staticcheck v0.3.0 4 years ago
logout_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
meta.go cli: Make state commands check required version (#30511) 4 years ago
meta_backend.go fix for cloud integration panic 4 years ago
meta_backend_migrate.go Do not ask to migrate empty default workspace 4 years ago
meta_backend_migrate_test.go Backend State Migration to `cloud`: Multiple Workspaces 4 years ago
meta_backend_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
meta_config.go revert change to installModules diag handling 4 years ago
meta_dependencies.go backend/local: Check dependency lock consistency before any operations 5 years ago
meta_new.go
meta_providers.go command: Early error message for missing cache entries of locked providers 5 years ago
meta_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
meta_vars.go cli: Improved error for invalid -var "foo = bar" 4 years ago
output.go Merge pull request #29354 from srdecny/main 4 years ago
output_test.go
plan.go Clarify multiple times usage (#30724) 4 years ago
plan_test.go cli: Improved error for invalid -var "foo = bar" 4 years ago
plugins.go workdir: Start of a new package for working directory state management 5 years ago
plugins_lock.go core: Simplify and centralize plugin availability checks 5 years ago
plugins_lock_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
plugins_test.go
providers.go Add cloud {} configuration block for Terraform Cloud 4 years ago
providers_lock.go
providers_lock_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
providers_mirror.go add XTerraformGetLimit to prevent redirect loops 4 years ago
providers_mirror_test.go
providers_schema.go Add cloud {} configuration block for Terraform Cloud 4 years ago
providers_schema_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
providers_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
push.go
refresh.go command: mention plan options in refresh help text (#30892) 4 years ago
refresh_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
show.go cli: Migrate show command to use command arguments and views 4 years ago
show_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_command.go
state_list.go Add cloud {} configuration block for Terraform Cloud 4 years ago
state_list_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_meta.go Add cloud {} configuration block for Terraform Cloud 4 years ago
state_mv.go cli: Make state commands check required version (#30511) 4 years ago
state_mv_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_pull.go cli: Make state commands check required version (#30511) 4 years ago
state_pull_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_push.go cli: Make state commands check required version (#30511) 4 years ago
state_push_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_replace_provider.go cli: Make state commands check required version (#30511) 4 years ago
state_replace_provider_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_rm.go cli: Make state commands check required version (#30511) 4 years ago
state_rm_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_show.go Add cloud {} configuration block for Terraform Cloud 4 years ago
state_show_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
state_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
taint.go cli: Make state commands check required version (#30511) 4 years ago
taint_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
test.go command: make module installation interruptible 4 years ago
test_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
ui_input.go command: Ensure all answers were used in command.testInputResponseMap 5 years ago
ui_input_test.go
unlock.go
unlock_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
untaint.go Add cloud {} configuration block for Terraform Cloud 4 years ago
untaint_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
validate.go core: Functional-style API for terraform.Context 5 years ago
validate_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
version.go
version_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
workspace_command.go command/workspace_delete: Allow deleting a workspace with empty husks 4 years ago
workspace_command_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
workspace_delete.go Fix autocomplete for workspace subcommands 4 years ago
workspace_list.go Add cloud {} configuration block for Terraform Cloud 4 years ago
workspace_new.go Fix autocomplete for workspace subcommands 4 years ago
workspace_select.go Fix autocomplete for workspace subcommands 4 years ago
workspace_show.go