opentofu/internal/command/views
Diógenes Fernandes 2c7cd8546c
Some checks are pending
build / Build for freebsd_386 (push) Waiting to run
build / Build for linux_386 (push) Waiting to run
build / Build for openbsd_386 (push) Waiting to run
build / Build for windows_386 (push) Waiting to run
build / Build for freebsd_amd64 (push) Waiting to run
build / Build for linux_amd64 (push) Waiting to run
build / Build for openbsd_amd64 (push) Waiting to run
build / Build for solaris_amd64 (push) Waiting to run
build / Build for windows_amd64 (push) Waiting to run
build / Build for freebsd_arm (push) Waiting to run
build / Build for linux_arm (push) Waiting to run
build / Build for linux_arm64 (push) Waiting to run
build / Build for darwin_amd64 (push) Waiting to run
build / Build for darwin_arm64 (push) Waiting to run
build / End-to-end Tests for linux_386 (push) Waiting to run
build / End-to-end Tests for windows_386 (push) Waiting to run
build / End-to-end Tests for darwin_amd64 (push) Waiting to run
build / End-to-end Tests for linux_amd64 (push) Waiting to run
build / End-to-end Tests for windows_amd64 (push) Waiting to run
Quick Checks / List files changed for pull request (push) Waiting to run
Quick Checks / Unit tests for linux_386 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for windows_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm (push) Blocked by required conditions
Quick Checks / Unit tests for darwin_arm64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm64 (push) Blocked by required conditions
Quick Checks / Race Tests (push) Blocked by required conditions
Quick Checks / End-to-end Tests (push) Blocked by required conditions
Quick Checks / Code Consistency Checks (push) Blocked by required conditions
Quick Checks / License Checks (push) Waiting to run
Website checks / List files changed for pull request (push) Waiting to run
Website checks / Build (push) Blocked by required conditions
Website checks / Test Installation Instructions (push) Blocked by required conditions
fix: showSensitive working for provisioners output (#3931)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
2026-04-15 09:39:53 -03:00
..
json Ephemeral outputs (#3123) 2025-09-10 07:45:23 -04:00
jsonfunction Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
testdata Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
apply.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
apply_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
backend.go Remove GatherVariables methods (#3962) 2026-03-31 14:22:31 +03:00
backend_remote.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_remote_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_test.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
console.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
console_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
fmt.go Refactor fmt command to use View instead of Ui and to use the arguments package (#3805) 2026-03-05 14:47:37 +02:00
fmt_test.go Refactor fmt command to use View instead of Ui and to use the arguments package (#3805) 2026-03-05 14:47:37 +02:00
get.go Refactor get command to use View instead of Ui (#3752) 2026-02-24 10:07:28 +02:00
get_test.go Refactor get command to use View instead of Ui (#3752) 2026-02-24 10:07:28 +02:00
graph.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
graph_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
hook_count.go Ephemeral todos handling (#3177) 2025-09-10 07:45:23 -04:00
hook_count_test.go Feature branch: Ephemeral resources (#2852) 2025-08-04 16:39:12 +03:00
hook_json.go fix: showSensitive working for provisioners output (#3931) 2026-04-15 09:39:53 -03:00
hook_json_test.go fix: showSensitive working for provisioners output (#3931) 2026-04-15 09:39:53 -03:00
hook_module_install.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
hook_module_install_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
hook_ui.go fix: showSensitive working for provisioners output (#3931) 2026-04-15 09:39:53 -03:00
hook_ui_test.go fix: showSensitive working for provisioners output (#3931) 2026-04-15 09:39:53 -03:00
import.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
import_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
init.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
init_test.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
json_view.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
json_view_test.go Refactor state show command to use View instead of Ui and to use the arguments package (#3865) 2026-03-23 13:23:41 +02:00
login.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
login_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
logout.go Refactor logout command to use View instead of Ui (#3761) 2026-02-24 10:05:54 +02:00
logout_test.go Refactor logout command to use View instead of Ui (#3761) 2026-02-24 10:05:54 +02:00
metadata_functions.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
metadata_functions_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
operation.go Refactor import command to use View instead of Ui and to use the arguments package (#3772) 2026-03-06 15:11:57 +02:00
operation_test.go Implement resource identity support (#3671) 2026-03-31 16:57:21 +01:00
output.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
output_test.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
plan.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
plan_test.go Rework ephemeral resources apply phase (#3897) 2026-03-27 20:00:13 +02:00
providers.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
providers_lock.go Refactor providers lock command to use View instead of Ui and to use the arguments package (#3812) 2026-03-05 09:49:36 +02:00
providers_lock_test.go Refactor providers lock command to use View instead of Ui and to use the arguments package (#3812) 2026-03-05 09:49:36 +02:00
providers_mirror.go Refactor providers mirror command to use View instead of Ui and to use the arguments package (#3813) 2026-03-04 15:20:39 +02:00
providers_mirror_test.go Refactor providers mirror command to use View instead of Ui and to use the arguments package (#3813) 2026-03-04 15:20:39 +02:00
providers_schema.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
providers_schema_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
providers_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
refresh.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
refresh_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
root.go Remove Ui from the Meta structure (#4000) 2026-04-07 13:38:46 -04:00
root_test.go Remove Ui from the Meta structure (#4000) 2026-04-07 13:38:46 -04:00
show.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
show_test.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
state.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
state_locker.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
state_locker_test.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
state_test.go views: TestStateViews non-hardcoded "terraform_version" 2026-04-08 14:53:40 -07:00
taint.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
taint_test.go Refactor taint && untaint commands to use View instead of Ui and to use the arguments package (#3818) 2026-03-05 09:50:36 +02:00
test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
test_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
unlock.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
unlock_test.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
validate.go Support dual output streams in most commands (#3606) 2026-01-20 14:08:10 -05:00
validate_test.go command: "go fix" on various files we've changed recently anyway 2026-03-17 15:25:30 -07:00
version.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
version_test.go Refactor version command to use View instead of Ui and to use the arguments package (#3806) 2026-03-05 14:47:29 +02:00
view.go Remove Ui from the Meta structure (#4000) 2026-04-07 13:38:46 -04:00
view_test.go Remove Ui from the Meta structure (#4000) 2026-04-07 13:38:46 -04:00
view_ui.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
view_ui_test.go Refactor init command to use View instead of Ui (#3749) 2026-02-11 16:29:31 +02:00
views.go Unify patterns across the refactored commands (#3941) 2026-03-26 17:19:27 +02:00
workspace.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
workspace_test.go chore: typo fixes (#3957) 2026-03-27 18:25:56 -03:00