mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-28 21:01:16 -04:00
backend/remote-state/consul: Make gzip compression configurable (#8491)
This commit is contained in:
@@ -53,3 +53,4 @@ The following configuration options / environment variables are supported:
|
||||
* `datacenter` - (Optional) The datacenter to use. Defaults to that of the agent.
|
||||
* `http_auth` / `CONSUL_HTTP_AUTH` - (Optional) HTTP Basic Authentication credentials to be used when
|
||||
communicating with Consul, in the format of either `user` or `user:pass`.
|
||||
* `gzip` - (Optional) `true` to compress the state data using gzip, or `false` (the default) to leave it uncompressed.
|
||||
|
||||
Reference in New Issue
Block a user