terraform/internal/command
Liam Cervante 757efaed9a
terraform test: automatically create edges based on references (#37200)
* terraform test: automatically create edges based on references

* address comments

* remove unused function
2025-06-03 14:33:43 +02:00
..
arguments diagnostics should not contain URLs 2025-02-28 13:02:43 -05:00
cliconfig Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
clistate command/workdir: Model the "backend state" file format 2024-03-08 17:21:53 -08:00
e2etest grpcwrap+provider-simple: Test ephemeral resource schemas in v5 protocol (#36878) 2025-04-11 09:36:47 +01:00
format fix: Avoid crash on test failure in BinaryOpExpr in function call (#37071) 2025-05-16 10:49:31 +00:00
jsonchecks Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
jsonconfig Store resource identities in state (TF-23255) (#36464) 2025-03-11 20:58:44 +01:00
jsonformat Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
jsonfunction lang: stabilise templatestring func experiment (#35224) 2024-05-28 16:50:25 +01:00
jsonplan Add resource identities to plan file and JSON output (#36903) 2025-04-30 14:43:23 +02:00
jsonprovider Marshall resource identity schemas in jsonprovider (#36675) 2025-03-12 09:53:03 +01:00
jsonstate Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
junit Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
testdata terraform test: automatically create edges based on references (#37200) 2025-06-03 14:33:43 +02:00
testing Add comments about use of ResourceStores with TestProviders (#36856) 2025-04-08 15:24:19 -05:00
views Include identity in import apply UI output (#37044) 2025-05-16 15:24:24 +02:00
webbrowser Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
workdir command/workdir: Model the "backend state" file format 2024-03-08 17:21:53 -08:00
apply.go deferred actions: should still be experimental (#37167) 2025-05-26 09:16:13 +02:00
apply_destroy_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
apply_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
autocomplete.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
autocomplete_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
cli_ui.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
cli_ui_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
cloud.go extend existing cloud plugin to accomodate new plugin 2025-04-28 12:54:23 -04:00
cloud_test.go Rebrand Terraform Cloud to HCP Terraform 2024-04-23 16:12:59 -04:00
command.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
command_test.go CLI command for listing state identities (#36705) 2025-03-18 18:13:06 +01:00
console.go backendrun: Separate the types/etc for backends that support operations 2024-03-12 08:44:17 -07:00
console_interactive.go terraform console: Multi-line entry support 2024-03-13 09:00:02 -07:00
console_interactive_solaris.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
console_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
flag_kv.go move all command args from command/init to args/init 2024-04-17 12:26:23 -04:00
flag_kv_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
fmt.go terraform fmt: add .tfmock.hcl as a supported file extension (#34580) 2024-01-29 17:03:31 +01:00
fmt_test.go terraform fmt: add .tfmock.hcl as a supported file extension (#34580) 2024-01-29 17:03:31 +01:00
get.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
get_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
graph.go only ignore validation if -draw-cycles is enabled 2024-12-10 16:02:53 +01:00
graph_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
helper.go Rebrand Terraform Cloud to HCP Terraform 2024-04-23 16:12:59 -04:00
hook_module_install.go allow slashes in git url parameters 2024-08-09 13:54:13 -04:00
import.go Config-driven importing through identity (TF-23179) (#36703) 2025-04-02 13:39:16 +02:00
import_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
init.go Allow terraform init when only test files are present in directory (#36429) 2025-02-06 09:20:09 +01:00
init_test.go Allow terraform init when only test files are present in directory (#36429) 2025-02-06 09:20:09 +01:00
login.go Rebrand Terraform Cloud to HCP Terraform 2024-04-23 16:12:59 -04:00
login_test.go Rebrand Terraform Cloud to HCP Terraform 2024-04-23 16:12:59 -04:00
logout.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
logout_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
meta.go Apply some new go collection features (#36818) 2025-04-02 16:20:16 +02:00
meta_backend.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
meta_backend_migrate.go Update URLs from www.terraform.io to developer.hashicorp.com (#36792) 2025-04-01 09:37:12 +01:00
meta_backend_migrate_test.go Inject appname to backend migration prompts 2024-04-23 16:12:59 -04:00
meta_backend_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
meta_config.go fix Descendants spelling 2024-10-09 11:09:02 -04:00
meta_dependencies.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
meta_new.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
meta_providers.go chore: remove extra newline char 2024-03-04 10:44:25 -05:00
meta_test.go Add unit tests for state persist interval env var 2024-05-17 14:16:24 -04:00
meta_vars.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
metadata_command.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
metadata_functions.go internal/command: Avoid ignoring ephemeralasnull function (#35651) 2024-09-04 10:25:11 +01:00
metadata_functions_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
modules.go Add human view for modules cmd 2024-11-21 12:54:24 -05:00
modules_test.go command: Update test to aid debugging of failures (#36255) 2025-01-02 15:40:06 +00:00
output.go Remove handling of ephemeral root outputs (#35809) 2024-10-03 18:10:30 +01:00
output_test.go Remove handling of ephemeral root outputs (#35809) 2024-10-03 18:10:30 +01:00
plan.go deferred actions: should still be experimental (#37167) 2025-05-26 09:16:13 +02:00
plan_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
plugins.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
plugins_lock.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
plugins_lock_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
plugins_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
providers.go Allow terraform init when only test files are present in directory (#36429) 2025-02-06 09:20:09 +01:00
providers_lock.go move all command args from command/init to args/init 2024-04-17 12:26:23 -04:00
providers_lock_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
providers_mirror.go update helptext and docs 2024-06-14 16:23:36 -04:00
providers_mirror_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
providers_schema.go backendrun: Separate the types/etc for backends that support operations 2024-03-12 08:44:17 -07:00
providers_schema_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
providers_test.go terraform test: Disallow version constraints within test files (#35161) 2024-05-16 13:15:20 +02:00
push.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
refresh.go deferred actions: should still be experimental (#37167) 2025-05-26 09:16:13 +02:00
refresh_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
show.go udpate code which was failing staticckeck 2024-09-11 14:09:12 -04:00
show_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
stacks.go Handle the propagation of interrupt signals to stacks plugin 2025-05-14 15:19:24 -04:00
stacks_test.go make hostname and token optional, read token from cli file 2025-05-12 17:10:40 -04:00
state_command.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_identities.go CLI command for listing state identities (#36705) 2025-03-18 18:13:06 +01:00
state_identities_test.go CLI command for listing state identities (#36705) 2025-03-18 18:13:06 +01:00
state_list.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_list_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_meta.go fix Descendants spelling 2024-10-09 11:09:02 -04:00
state_mv.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
state_mv_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_pull.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
state_pull_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_push.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
state_push_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_replace_provider.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_replace_provider_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_rm.go Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716) 2025-03-20 16:52:00 +00:00
state_rm_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
state_show.go backendrun: Separate the types/etc for backends that support operations 2024-03-12 08:44:17 -07:00
state_show_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
state_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
taint.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
taint_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
telemetry.go add missing copyright headers 2023-08-16 11:21:49 -07:00
test.go Add missing JUnit XML flag to test command help string (#37161) 2025-05-26 09:04:03 +02:00
test_test.go terraform test: automatically create edges based on references (#37200) 2025-06-03 14:33:43 +02:00
ui_input.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
ui_input_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
unlock.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
unlock_test.go command/workdir: Model the "backend state" file format 2024-03-08 17:21:53 -08:00
untaint.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
untaint_test.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
validate.go fix: check for local operations, separate warning for remote execution 2024-03-04 10:34:13 -05:00
validate_test.go Rename schema.Block to Body (#36629) 2025-03-04 16:33:43 +01:00
version.go Update URLs from www.terraform.io to developer.hashicorp.com (#36792) 2025-04-01 09:37:12 +01:00
version_test.go Update URLs from www.terraform.io to developer.hashicorp.com (#36792) 2025-04-01 09:37:12 +01:00
workspace_command.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
workspace_command_test.go command: TestWorkspace_deleteWithState uses modern state format 2024-03-08 17:21:53 -08:00
workspace_delete.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
workspace_list.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
workspace_new.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
workspace_select.go adopt hashicorp/cli fork of mitchellh/cli (#34429) 2023-12-20 11:04:10 +00:00
workspace_show.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00