Update CHANGELOG.md
This commit is contained in:
parent
35d4926bf7
commit
fd4497d48d
|
@ -20,6 +20,7 @@ ENHANCEMENTS:
|
|||
* `terraform fmt`: Will now do some slightly more opinionated normalization behaviors, using the documented idiomatic syntax. [GH-26390]
|
||||
* `terraform init`'s provider installation step will now abort promptly if Terraform receives an interrupt signal. [GH-26405]
|
||||
* backend/consul: Split state into chunks when outgrowing the limit of the Consul KV store. This allows storing state larger than the Consul 512KB limit. ([#25856](https://github.com/hashicorp/terraform/issues/25856))
|
||||
* backend/consul: Add force-unlock support to the Consul backend [GH-25837]
|
||||
* On Unix-based operating systems other than MacOS, the `SSL_CERT_DIR` environment variable can now be a colon-separated list of multiple certificate search paths. [GH-26357]
|
||||
* On MacOS, Terraform will now use the `Security.framework` API to access the system trust roots, for improved consistency with other MacOS software. [GH-26357]
|
||||
|
||||
|
|
Loading…
Reference in New Issue