terraform/internal/backend/remote-state
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
..
artifactory Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
azure Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
consul Merge pull request #28838 from remilapeyre/consul-size-limit 2021-07-30 14:18:34 -04:00
cos backend/remote-state/cos: Don't use github.com/likexian/gokit 2021-10-14 10:50:05 -07:00
etcdv2 go.mod,backend: update coreos/etcd dependency to release-3.4 branch 2021-07-20 12:27:22 -04:00
etcdv3 Expose etcd client MaxCallSendMsgSize config 2021-07-20 14:04:45 -05:00
gcs update error message for invalid json 2021-10-13 13:51:07 -05:00
http Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
inmem Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
kubernetes Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
manta Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
oss backend/oss: Changes the DescribeEndpoint to DescribeEndpoints to fixes the unsupported sts bug 2021-07-15 16:07:18 +08:00
pg Add UNIQUE constraint in the states table for the pg backend 2021-07-14 11:59:14 +02:00
s3 Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
swift Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00