terraform/internal/backend/remote-state/cos
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
..
backend.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend_state.go backend/remote-state/cos: Don't use github.com/likexian/gokit 2021-10-14 10:50:05 -07:00
backend_test.go backend/remote-state/cos: Don't use github.com/likexian/gokit 2021-10-14 10:50:05 -07:00
client.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00