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
Liam Cervante acb79a7545
Standardise how blank lines are added to plan for unchanged blocks (#31330)
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 Standardise how blank lines are added to plan for unchanged blocks (#31330) 4 years ago
jsonconfig jsonconfig: add implicitly created provider configs 4 years ago
jsonplan Merge pull request #31235 from hashicorp/alisdair/json-plan-unknown-outputs 4 years ago
jsonprovider Merge pull request #29648 from hashicorp/jbardin/tfproto6.1 5 years ago
jsonstate json-output: Add output type to JSON format 4 years ago
testdata json-output: Extended detail for unknown outputs 4 years ago
views tfdiags: Treat unknown-related or sensitive-related messages differently 4 years ago
webbrowser Move command/ to internal/command/ 5 years ago
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 5 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 Move command/ to internal/command/ 5 years ago
cli_ui_test.go Move command/ to internal/command/ 5 years ago
command.go Move command/ to internal/command/ 5 years ago
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 5 years ago
console_interactive.go remove wrapped streams and readline 5 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 Move command/ to internal/command/ 5 years ago
flag_kv_test.go Move command/ to internal/command/ 5 years ago
fmt.go Move configs/ to internal/configs/ 5 years ago
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 5 years ago
graph_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
hook_module_install.go Move command/ to internal/command/ 5 years ago
import.go remove -allow-missing-config from import 4 years ago
import_test.go remove -allow-missing-config from import 4 years ago
init.go add simple error indicating backend removal 4 years ago
init_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
login.go insert panic handlers 5 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 Merge pull request #31283 from hashicorp/jbardin/plan-import 4 years ago
meta_backend.go add simple error indicating backend removal 4 years ago
meta_backend_migrate.go Do not ask to migrate empty default workspace 4 years ago
meta_backend_migrate_test.go remove errant fmt.Println 4 years ago
meta_backend_test.go test: use `T.TempDir` to create temporary test directory (#30803) 4 years ago
meta_config.go Experiments supported only in alpha/dev builds 4 years ago
meta_dependencies.go backend/local: Check dependency lock consistency before any operations 5 years ago
meta_new.go Move plans/ to internal/plans/ 5 years ago
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 Move states/ to internal/states/ 5 years ago
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 Move command/ to internal/command/ 5 years ago
providers.go Add cloud {} configuration block for Terraform Cloud 5 years ago
providers_lock.go providers subcommand tests (#28744) 5 years ago
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 subcommand tests (#28744) 5 years ago
providers_schema.go Add cloud {} configuration block for Terraform Cloud 5 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 Move command/ to internal/command/ 5 years ago
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 Move command/ to internal/command/ 5 years ago
state_list.go Add cloud {} configuration block for Terraform Cloud 5 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 5 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 5 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 Move terraform/ to internal/terraform/ 5 years ago
unlock.go Move terraform/ to internal/terraform/ 5 years ago
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 5 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 Move command/ to internal/command/ 5 years ago
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 5 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 5 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 Move command/ to internal/command/ 5 years ago