From bf2d90d75681c1bb661c94f4b5e40ca465cd76ff Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Tue, 22 Sep 2020 13:47:40 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9640ed57..47a0e01a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ UPGRADE NOTES: * Deprecated interpolation-only expressions are detected in more contexts in addition to resources and provider configurations. Module calls, data sources, outputs, and locals are now also covered. An expression like `"${foo}"` should be rewritten as just `foo`. [GH-27272] +BUG FIXES: + +* command: Include schemas from required but unused providers in the output of `terraform providers schema`. This allows development tools such as the Terraform language server to offer autocompletion for the first resource for a given provider. [GH-26318] + ## 0.13.3 (September 16, 2020) BUG FIXES: