From 3b2ce5d92acd87719cab28986b3e378897c19f1d Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Mon, 16 Oct 2023 16:59:56 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 219ee51e5b..f7bacc01ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ BUG FIXES: * Ignore potential remote terraform version mismatch when running force-unlock ([#28853](https://github.com/hashicorp/terraform/issues/28853)) +ENHANCEMENTS: + +* `terraform test`: Providers defined within test files can now reference variables from their configuration that are defined within the test file. ([#34069](https://github.com/hashicorp/terraform/issues/34069)) + ## Previous Releases For information on prior major and minor releases, see their changelogs: