mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Update CHANGELOG.md
This commit is contained in:
parent
2e54c1fa0b
commit
400f6ee3f0
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ BUG FIXES:
|
|||
* core: Transitive dependencies were lost during apply when the referenced resource expanded into zero instances. ([#33403](https://github.com/hashicorp/terraform/issues/33403))
|
||||
* cli: Terraform will no longer override SSH settings in local git configuration when installing modules. ([#33592](https://github.com/hashicorp/terraform/issues/33592))
|
||||
* `terraform` built-in provider: 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. ([#33364](https://github.com/hashicorp/terraform/issues/33364))
|
||||
* `terraform init`: Terraform will no longer allow downloading remote modules to invalid paths. [#33745]
|
||||
|
||||
## Previous Releases
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue