From 572d12bfd39af7f50dacaad16a671099716b9963 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 17 Dec 2024 10:16:39 +0000 Subject: [PATCH] Changelog: Add entry for the modules command (#36223) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35d341bea66..3965837a488a 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)) +- New command `modules -json`: Displays a full list of all installed modules in a working directory, including whether each module is currently referenced by the working directory's configuration. ([#35884](https://github.com/hashicorp/terraform/pull/35884), [#36062](https://github.com/hashicorp/terraform/pull/36062)) EXPERIMENTS: