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
$ conftest parse test.tf
Error: parse configurations: parser unmarshal: convert to bytes: parse config: [:11,19-20: Missing newline after argument; An argument definition must end with a newline.], path: test.tf
Context
It seems that support for those provider function was added in hcl/v2 >= v2.20.1. As far as I can see, conftest uses v2.17.0.
The text was updated successfully, but these errors were encountered:
Support for Terraform 1.8 Provider Functions
Hello!
When using provider functions that were introduced with Terraform 1.8, it is not possible to parse
*.tf
files containing those function invocations.How to reproduce
When using a provider functions like in this example:
Leading to
$ conftest parse test.tf Error: parse configurations: parser unmarshal: convert to bytes: parse config: [:11,19-20: Missing newline after argument; An argument definition must end with a newline.], path: test.tf
Context
It seems that support for those provider function was added in
hcl/v2 >= v2.20.1
. As far as I can see, conftest usesv2.17.0
.The text was updated successfully, but these errors were encountered: