terraform/internal/backend
Martin Atkins 39779e7021 backend/remote-state/cos: Don't use github.com/likexian/gokit
We don't use this library anywhere else in Terraform, and this backend was
using it only for trivial helpers that are easy to express inline anyway.
The new direct code is also type-checkable, whereas these helper functions
seem to be written using reflection.

This gives us one fewer dependency to worry about and makes the test code
for this backend follow a similar assertions style as the rest of this
codebase.
2021-10-14 10:50:05 -07:00
..
init Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
local Merge pull request #29755 from hashicorp/jbardin/first-plan-lineage 2021-10-14 13:31:30 -04:00
remote command/workspace_delete: Allow deleting a workspace with empty husks 2021-10-13 13:54:11 -07:00
remote-state backend/remote-state/cos: Don't use github.com/likexian/gokit 2021-10-14 10:50:05 -07:00
backend.go backend/local: Check dependency lock consistency before any operations 2021-10-01 14:43:58 -07:00
backend_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07: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 command/workspace_delete: Allow deleting a workspace with empty husks 2021-10-13 13:54:11 -07:00
unparsed_value.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
unparsed_value_test.go configs: add ConstraintType to config.Variable 2021-09-13 08:51:32 -04:00