Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changes/v0.38.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.38.0 (19 September 2025)

NOTES:

This release adds initial support for the new Actions feature in Terraform. This provides foundational language support for the new action block and the corresponding action_trigger lifecycle block.

ENHANCEMENTS:

* Support for Terraform Action Static Schema ([#2031](https://github.com/hashicorp/terraform-ls/issues/2031))
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.38.0 (19 September 2025)

NOTES:

This release adds initial support for the new Actions feature in Terraform. This provides foundational language support for the new action block and the corresponding action_trigger lifecycle block.

ENHANCEMENTS:

* Support for Terraform Action Static Schema ([#2031](https://github.com/hashicorp/terraform-ls/issues/2031))
Expand Down
Loading