Skip to content

Commit 99a5bb2

Browse files
authoredApr 17, 2024··
Update CHANGELOG.md
1 parent 3635ce1 commit 99a5bb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## 1.8.1 (Unreleased)
1+
## 1.8.1 (April 17, 2024)
22

33
BUG FIXES:
44

5-
* Plan renderer: Correctly render strings that begin with JSON compatible text but don't end with it. ([#34959](https://github.com/hashicorp/terraform/pull/34959))
65
* Fix crash in terraform plan when referencing a module output that does not exist within the try(...) function. ([#34985](https://github.com/hashicorp/terraform/pull/34985))
76
* Fix crash in terraform apply when referencing a module with no planned changes. ([#34985](https://github.com/hashicorp/terraform/pull/34985))
8-
* `moved` block: Fix crash when move targets a module which no longer exists. [GH-34986]
7+
* `moved` block: Fix crash when move targets a module which no longer exists. ([#34986](https://github.com/hashicorp/terraform/pull/34986))
98
* `import` block: Fix crash when generating configuration for resources with complex sensitive attributes. ([#34996](https://github.com/hashicorp/terraform/pull/34996))
9+
* Plan renderer: Correctly render strings that begin with JSON compatible text but don't end with it. ([#34959](https://github.com/hashicorp/terraform/pull/34959))
1010

1111
## 1.8.0 (April 10, 2024)
1212

0 commit comments

Comments
 (0)
Please sign in to comment.