opentofu/internal/cloud
Andrei Ciobanu 030e34725c
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
Migrate cloud and remote backends to the views package (#3982)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
2026-04-07 10:15:05 +03:00
..
cloudplan Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
e2e refactor: add err checks (#2896) 2025-06-17 20:18:53 +04:00
testdata Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
backend.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_apply.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_apply_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_cli.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_common.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_context.go statemgr+remote: context.Context parameters 2025-07-10 08:11:39 -07:00
backend_context_test.go Add backend view and migrate outputs (#3949) 2026-03-30 15:35:09 +03:00
backend_plan.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_plan_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_refresh_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_run_warning.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_run_warning_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_show.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_show_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_taskStage_policyEvaluation.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_taskStage_policyEvaluation_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_taskStage_taskResults.go refactor: implement all simple static checks (#2895) 2025-06-10 15:48:43 -04:00
backend_taskStage_taskResults_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_taskStages.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
backend_taskStages_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
backend_test.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
cloud_integration.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
cloud_variables.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
cloud_variables_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
configchangemode_string.go cloud: DetectConfigChangeType helper 2021-11-17 14:20:44 -08:00
errored.tfstate Revert "Fixes #898: Replace hashicorp and terraform references" (#995) 2023-12-11 15:10:03 -05:00
errors.go Cloud Backend - Fix logic that forces TF_WORKSPACE to be equal to a tag name (#1930) 2024-08-22 10:55:50 +03:00
migration.go Read state refactor (#3706) 2026-03-19 17:03:16 +02:00
migration_test.go Read state refactor (#3706) 2026-03-19 17:03:16 +02:00
remote_test.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
state.go Fix serialization error in tofu apply when using cloud.State (#3611) 2025-12-19 06:58:20 -05:00
state_test.go Fix serialization error in tofu apply when using cloud.State (#3611) 2025-12-19 06:58:20 -05:00
testing.go Migrate cloud and remote backends to the views package (#3982) 2026-04-07 10:15:05 +03:00
tfe_client_mock.go go.mod: Update "go-tfe" library to latest release (#3413) 2025-10-22 11:33:35 -07:00