update CHANGELOG.md

This commit is contained in:
James Bardin 2023-06-28 14:02:11 -04:00
parent 3fcf16f0a1
commit f2b34c5f95

View File

@ -6,6 +6,7 @@ ENHANCEMENTS:
BUG FIXES:
* The upstream dependency that Terraform uses for service discovery of Terraform-native services such as Terraform Cloud/Enterprise state storage was previously not concurrency-safe, but Terraform was treating it as if it was in situations like when a configuration has multiple `terraform_remote_state` blocks all using the "remote" backend. Terraform is now using a newer version of that library which updates its internal caches in a concurrency-safe way. [GH-33364]
* Transitive dependencies were lost during apply when the referenced resource expanded into zero instances [GH-33403]
## Previous Releases