terraform/internal/backend/remote
Martin Atkins 718fa3895f backend: Remove Operation.Parallelism field
The presence of this field was confusing because in practice the local
backend doesn't use it for anything and the remote backend was using it
only to return an error if it's set to anything other than the default,
under the assumption that it would always match ContextOpts.Parallelism.

The "command" package is the one actually responsible for handling this
option, and it does so by placing it into the partial ContextOpts which it
passes into the backend when preparing for a local operation. To make that
clearer, here we remove Operation.Parallelism and change the few uses of
it to refer to ContextOpts.Parallelism instead, so that everyone is
reading and writing this value from the same place.
2021-09-14 10:35:08 -07:00
..
testdata Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend.go de-linting 2021-09-01 11:36:21 -04:00
backend_apply.go backend: Remove Operation.Parallelism field 2021-09-14 10:35:08 -07:00
backend_apply_test.go backend: Remove Operation.Parallelism field 2021-09-14 10:35:08 -07:00
backend_common.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
backend_context.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend_context_test.go core: Functional-style API for terraform.Context 2021-08-30 13:59:14 -07:00
backend_mock.go backend/remote: test new options and modes 2021-05-18 15:35:37 -07:00
backend_plan.go backend: Remove Operation.Parallelism field 2021-09-14 10:35:08 -07:00
backend_plan_test.go backend: Remove Operation.Parallelism field 2021-09-14 10:35:08 -07:00
backend_state.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
backend_state_test.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
backend_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
cli.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
colorize.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
remote_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go backend/remote: test new options and modes 2021-05-18 15:35:37 -07:00