terraform/internal/backend/remote-state/etcdv3
Jason Smith d1608d7a7f Expose etcd client MaxCallSendMsgSize config
The etcdv3 client has a default request send limit of 2.0 MiB. This change
exposes the configuration option to increase that limit enabling larger
state using the etcdv3 backend.

This also requires that the corresponding --max-request-bytes flag be
increased on the server side. The default there is 1.5 MiB.

Fixes https://github.com/hashicorp/terraform/issues/25745
2021-07-20 14:04:45 -05:00
..
backend.go Expose etcd client MaxCallSendMsgSize config 2021-07-20 14:04:45 -05:00
backend_state.go Merge pull request #29200 from hashicorp/jbardin/rebase-25554 2021-07-20 14:29:56 -04:00
backend_test.go go.mod,backend: update coreos/etcd dependency to release-3.4 branch 2021-07-20 12:27:22 -04:00
client.go go.mod,backend: update coreos/etcd dependency to release-3.4 branch 2021-07-20 12:27:22 -04:00
client_test.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00