Skip to content

Conversation

@wata727
Copy link
Member

@wata727 wata727 commented Dec 7, 2025

This PR adds support for Terraform v1.14.
Terraform v1.14 does not include any changes for TFLint, so this change is a documentation update only.

By the way, action blocks were newly introduced in v1.14. There are now an increasing number of invalid references in events expressions such as before_create.
https://developer.hashicorp.com/terraform/language/v1.14.x/invoke-actions

TFLint has tried to handle references the same way as Terraform as much as possible, but considering the possibility that such meta-references may be referenced unexpectedly by plugins, it may be necessary to be more tolerant in how references are handled. In many cases, these references resolve to unknown values, but the important thing is that unintended errors can be prevented. For example, this can avoid issues like terraform-linters/tflint-ruleset-terraform#199.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants