Skip to content

Commit

Permalink
add changelog entry for terraform modules -json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 15, 2025
1 parent 00366e3 commit 1cfef53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changes/1.10.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ NEW FEATURES:
- **Ephemeral resources**: Ephemeral resources are read anew during each phase of Terraform evaluation, and cannot be persisted to state storage. Ephemeral resources always produce ephemeral values.
- **Ephemeral values**: Input variables and outputs can now be defined as ephemeral. Ephemeral values may only be used in certain contexts in Terraform configuration, and are not persisted to the plan or state files.
- **`ephemeralasnull` function**: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.
- New Terraform command `terraform 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 Terraform configuration.

BUG FIXES:

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## 1.10.4 (January 8, 2025)


BUG FIXES:

* type conversion: Empty map conversions now return correct type information ([#36262](https://github.com/hashicorp/terraform/issues/36262))

* `terraform console`: Fix crash when printing ephemeral values ([#36267](https://github.com/hashicorp/terraform/issues/36267))


## 1.10.3 (December 18, 2024)

BUG FIXES:
Expand All @@ -33,6 +35,7 @@ NEW FEATURES:
- **Ephemeral resources**: Ephemeral resources are read anew during each phase of Terraform evaluation, and cannot be persisted to state storage. Ephemeral resources always produce ephemeral values.
- **Ephemeral values**: Input variables and outputs can now be defined as ephemeral. Ephemeral values may only be used in certain contexts in Terraform configuration, and are not persisted to the plan or state files.
- **`ephemeralasnull` function**: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.
- New Terraform command `terraform 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 Terraform configuration.

BUG FIXES:

Expand Down

0 comments on commit 1cfef53

Please sign in to comment.