terraform/internal/backend/remote
Martin Atkins 31349a9c3a Move configs/ to internal/configs/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
testdata Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
backend_apply.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
backend_apply_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
backend_common.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend_context.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
backend_context_test.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
backend_mock.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend_plan.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
backend_plan_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
backend_state.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend_state_test.go Move backend/ to internal/backend/ 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 Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00