opentofu/internal/command
Ronny Orot 1aa92856b1
Fix test command teardown order (#1043)
Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
2023-12-20 16:38:42 +02:00
..
arguments Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
cliconfig Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
clistate Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
e2etest Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
format Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
jsonchecks Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
jsonconfig Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
jsonformat Remove all Terraform Cloud mentions in STDOUTs in the codebase (#703) 2023-10-12 12:07:16 +01:00
jsonfunction Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
jsonplan Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
jsonprovider Find additional places where terraform should be replaced with tofu (#1001) 2023-12-13 07:18:43 -05:00
jsonstate Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
testdata Fix test command teardown order (#1043) 2023-12-20 16:38:42 +02:00
testing Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
views Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
webbrowser internal/command: wrap formatted test errors (#596) 2023-09-27 11:19:16 +03:00
workdir Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
apply_destroy_test.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
apply_test.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
apply.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
autocomplete_test.go internal/command: deprecate ioutil (#318) 2023-09-07 19:53:12 +03:00
autocomplete.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
cli_ui_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
cli_ui.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
cloud.go Remove all Terraform Cloud mentions in STDOUTs in the codebase (#703) 2023-10-12 12:07:16 +01:00
command_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
command.go internal/command: demote modulePath() export (#617) 2023-09-29 11:23:50 +02:00
console_interactive_solaris.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
console_interactive.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
console_test.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
console.go internal/command: demote modulePath() export (#617) 2023-09-29 11:23:50 +02:00
flag_kv_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
flag_kv.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
fmt_test.go internal/command: deprecate ioutil (#318) 2023-09-07 19:53:12 +03:00
fmt.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
get_test.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
get.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
graph_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
graph.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
helper.go Remove all Terraform Cloud mentions in STDOUTs in the codebase (#703) 2023-10-12 12:07:16 +01:00
hook_module_install.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
import_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
import.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
init_test.go Add a warning when multiple likely forks of a provider are detected (#1009) 2023-12-14 12:21:16 -05:00
init.go Add a warning when multiple likely forks of a provider are detected (#1009) 2023-12-14 12:21:16 -05:00
login_test.go 898 consolidate and remove tfe addr [part 2] (#998) 2023-12-12 11:22:39 -05:00
login.go 898 consolidate and remove tfe addr [part 2] (#998) 2023-12-12 11:22:39 -05:00
logout_test.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
logout.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
meta_backend_migrate_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
meta_backend_migrate.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
meta_backend_test.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
meta_backend.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
meta_config.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
meta_dependencies.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
meta_new.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
meta_providers.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
meta_test.go Rename opentf package to tofu (#466) 2023-09-20 15:16:53 +03:00
meta_vars.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
meta.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
metadata_command.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
metadata_functions_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
metadata_functions.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
output_test.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
output.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
plan_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
plan.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
plugins_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
plugins.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
providers_lock_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
providers_lock.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
providers_mirror_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
providers_mirror.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
providers_schema_test.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
providers_schema.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
providers_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
providers.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
push.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
refresh_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
refresh.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
show_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
show.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_command.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
state_list_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
state_list.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_meta.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
state_mv_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
state_mv.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_pull_test.go internal/command: deprecate ioutil (#318) 2023-09-07 19:53:12 +03:00
state_pull.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_push_test.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_push.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
state_replace_provider_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
state_replace_provider.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_rm_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
state_rm.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_show_test.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
state_show.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
state_test.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
taint_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
taint.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
telemetry.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
test_test.go Fix test command teardown order (#1043) 2023-12-20 16:38:42 +02:00
test.go Fix test command teardown order (#1043) 2023-12-20 16:38:42 +02:00
ui_input_test.go Rename opentf package to tofu (#466) 2023-09-20 15:16:53 +03:00
ui_input.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
unlock_test.go Rename legacy package to OpenTofu (#493) 2023-09-20 16:10:32 +03:00
unlock.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
untaint_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
untaint.go Replace additional Terraform -> OpenTofu (#1007) 2023-12-13 11:35:41 -05:00
validate_test.go Rename github.com/placeholderplaceholderplaceholder/opentf to github.com/opentofu/opentofu (#461) 2023-09-20 14:35:35 +03:00
validate.go Alter the help message for test command to print the expected behaviour (#622) 2023-10-03 11:17:26 +03:00
version_test.go Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
version.go Rename terraform to tofu in GoString method and docstrings (#576) 2023-09-26 19:09:27 +02:00
workspace_command_test.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
workspace_command.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00
workspace_delete.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
workspace_list.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
workspace_new.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
workspace_select.go Revert PRs that introduced propogating contexts (#835) 2023-11-08 21:09:14 +00:00
workspace_show.go Rename multiple packages to OpenTofu (addrs, backend, command) (#506) 2023-09-21 15:38:46 +03:00