terraform-linters / tflint

A Pluggable Terraform Linter
Mozilla Public License 2.0
4.73k stars 349 forks source link

terraform: Fix `provider::terraform::*` function names #2046

Closed wata727 closed 1 month ago

wata727 commented 1 month ago

See also https://github.com/terraform-linters/tflint/pull/2030

I had overlooked https://github.com/hashicorp/terraform/pull/34830, so the names in development were being used as Terraform-specific function names. As a result, in TFLint v0.51 terraform-specific functions always return unknown values.

This PR fixes the function names so that the terraform-specific functions return the known values.