opentofu/internal/backend
James Bardin c02e7e8754 return early from opPlan when the plan is nil
While the returned plan is checked for nil in most cases, there was
a single point where the plan was dereferenced which could panic. Rather
than always guarding the dereferences, return early when the plan is
nil.
2023-03-10 09:34:47 -05:00
..
init remove deprecated backends (#31711) 2022-08-31 10:17:07 +01:00
local return early from opPlan when the plan is nil 2023-03-10 09:34:47 -05:00
remote Backport support for generic hostname to backend/remote 2023-01-31 15:10:53 -07:00
remote-state Support assume role for cos backend (#32631) 2023-02-13 10:25:58 +01:00
backend_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend.go return early from opPlan when the plan is nil 2023-03-10 09:34:47 -05:00
cli.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
operation_type.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
operationtype_string.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go Use safe or force workspace delete for cloud backend 2022-11-21 14:35:33 -05:00
unparsed_value_test.go core and backend: remove redundant handling of default variable values 2022-01-10 12:26:54 -08:00
unparsed_value.go core and backend: remove redundant handling of default variable values 2022-01-10 12:26:54 -08:00