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
Use the above code which is valid when performing a terraform apply, but invalid using the language server.
terraform/rad-associates/domains/main.tf|33-35 col 34-2 error| [Terraform] Too few blocks specified for "filter": At least 1 block(s) are expected for "filter" [E]
terraform/rad-associates/domains/main.tf|34 col 3-25 error| [Terraform] Unexpected attribute: An attribute named "name" is not expected here [E]
Expected Behavior
No linting errors
Actual Behavior
See above
Gist
No response
Workarounds
No response
References
No response
Help Wanted
I'm interested in contributing a fix myself
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Which version of the cloudflare provider are you using? Cloudflare recently released version 5 of their provider with some major changes and it seems like the language server is somehow still using old version here
Language Server Version
v0.36.3
Terraform Version
v1.10.5 on Linux
Client Version
NVIM v0.10.3
Terraform Configuration
Steps to Reproduce
Use the above code which is valid when performing a terraform apply, but invalid using the language server.
Expected Behavior
No linting errors
Actual Behavior
See above
Gist
No response
Workarounds
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: