You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
## 1.8.1 (Unreleased)
1
+
## 1.8.1 (April 17, 2024)
2
2
3
3
BUG FIXES:
4
4
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))
6
5
* 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))
7
6
* 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))
9
8
*`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))
0 commit comments