From 86e2ad8dc3f010fb211b5f82d154554382292c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Andrieux?= Date: Wed, 11 Dec 2024 16:06:29 +0100 Subject: [PATCH] docs: add state_key changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35d341bea..23be725442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ENHANCEMENTS: - `init`: Provider installation will utilise credentials configured in a `.netrc` file for the download and shasum URLs returned by provider registries. ([https://github.com/hashicorp/terraform/pull/35843](35843)) +- The `terraform test` command now supports a `state_key` attribute in `run` blocks. This feature allows multiple Terraform test runs to target the same infrastructure. EXPERIMENTS: