Update CHANGELOG.md
This commit is contained in:
parent
89e8d0868a
commit
cf5dc8a5a5
|
@ -4,6 +4,10 @@ NEW FEATURES:
|
|||
|
||||
* **Network-based Mirrors for [Provider Installation](https://www.terraform.io/docs/commands/cli-config.html#provider-installation)**: As an addition to the existing capability of "mirroring" providers into the local filesystem, a network mirror allows publishing copies of providers on an HTTP server and using that as an alternative source for provider packages, for situations where directly accessing the origin registries is impossible or undesirable. [GH-25999]
|
||||
|
||||
ENHANCEMENTS:
|
||||
|
||||
* command: Add support for provider redirects to `0.13upgrade`. If a provider in the Terraform Registry has moved to a new namespace, the `0.13upgrade` subcommand now detects this and follows the redirect where possible. [GH-26061]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* terraform: Fix crashing bug when reading data sources during plan with blocks backed by objects, not collections [GH-26028]
|
||||
|
|
Loading…
Reference in New Issue