terraform/internal/backend/local
Martin Atkins 6a98e4720c plans/planfile: Create takes most arguments via a struct type
Previously the planfile.Create function had accumulated probably already
too many positional arguments, and I'm intending to add another one in
a subsequent commit and so this is preparation to make the callsites more
readable (subjectively) and make it clearer how we can extend this
function's arguments to include further components in a plan file.

There's no difference in observable functionality here. This is just
passing the same set of arguments in a slightly different way.
2021-10-01 14:43:58 -07:00
..
testdata core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend_apply.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend_apply_test.go temp path clean for some backend tests 2021-09-23 17:16:33 -04:00
backend_local.go core: Simplify and centralize plugin availability checks 2021-10-01 14:43:58 -07:00
backend_local_test.go plans/planfile: Create takes most arguments via a struct type 2021-10-01 14:43:58 -07:00
backend_plan.go plans/planfile: Create takes most arguments via a struct type 2021-10-01 14:43:58 -07:00
backend_plan_test.go temp path clean for some backend tests 2021-09-23 17:16:33 -04:00
backend_refresh.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend_refresh_test.go temp path clean for some backend tests 2021-09-23 17:16:33 -04:00
backend_test.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
cli.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
hook_state.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
hook_state_test.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
local_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go temp path clean for some backend tests 2021-09-23 17:16:33 -04:00