opentofu/internal/engine/planning
Larry Bordowitz 764a771885
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
update based on Martin's feedback
Signed-off-by: Larry Bordowitz <laurence.bordowitz@gmail.com>
2026-06-10 15:27:11 -05:00
..
deferred.go engine/planning: cty mark for propagating "deferred" status 2025-10-27 10:15:41 -07:00
doc.go engine/planning: Initial stub of a hypothetical "planning engine" 2025-10-27 10:15:41 -07:00
execgraph.go execgraph: ManagedPerformDepose now takes a delete plan 2026-06-04 17:19:45 -07:00
execgraph_managed.go execgraph: ManagedPerformDepose now takes a delete plan 2026-06-04 17:19:45 -07:00
execgraph_managed_test.go execgraph: ManagedPerformDepose now takes a delete plan 2026-06-04 17:19:45 -07:00
execgraph_resource.go planning: Don't put nil results in the execution graph 2026-06-04 17:19:45 -07:00
execgraph_test.go planning: Initial unit tests for managed resource instance execgraph 2026-02-09 07:35:50 -08:00
plan.go execgraph: ManagedPerformDepose now takes a delete plan 2026-06-04 17:19:45 -07:00
plan_context.go first draft of upgradestate in new engine 2026-06-10 15:27:11 -05:00
plan_data.go Add SkipExperimental to all tofu tests where applicable (#4167) 2026-06-02 06:30:54 -04:00
plan_ephemeral.go Rework support for providers and ephemeral resources in the new engine (#4158) 2026-05-28 06:49:14 -04:00
plan_eval_glue.go Rework support for providers and ephemeral resources in the new engine (#4158) 2026-05-28 06:49:14 -04:00
plan_managed.go update based on Martin's feedback 2026-06-10 15:27:11 -05:00
plan_replace_order.go chore: typo fixes (#3957) 2026-03-27 18:25:56 -03:00
plan_replace_order_test.go planning: Decide the effective replace order for all objects 2026-02-23 10:25:42 -08:00
plan_resource_instance.go chore: typo fixes (#3957) 2026-03-27 18:25:56 -03:00
providers.go Rework support for providers and ephemeral resources in the new engine (#4158) 2026-05-28 06:49:14 -04:00
resourceinstancereplaceorder_string.go planning: Decide the effective replace order for all objects 2026-02-23 10:25:42 -08:00