diff --git a/tools/terraform-bundle/CHANGELOG.md b/tools/terraform-bundle/CHANGELOG.md index bd2b259346..568c24b2e9 100644 --- a/tools/terraform-bundle/CHANGELOG.md +++ b/tools/terraform-bundle/CHANGELOG.md @@ -4,5 +4,8 @@ > This is a list of changes relative to terraform-bundle tagged v0.12. +Bug Fixes: +* Fix issue with custom providers in the bundle [#26400](https://github.com/hashicorp/terraform/pull/26400) + Breaking Changes: * Terraform v0.13.0 has introduced a new heirarchical namespace for providers. Terraform v0.13 requires a new directory layout in order to discover locally-installed provider plugins, and terraform-bundle has been updated to match. Please see the [README](README.md) to learn more about the new directory layout.