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
I'm running into an issue with linting our audit resources, and as far as I can tell our setup is correct, and the JSON is valid. Running tflint on the following data:
Failed to check ruleset. An error occurred:
Error: Failed to check `google_project_iam_audit_config_invalid_member` rule: xxx.tf.json:3,22-23: Unclosed object; No closing bracket was found for this JSON array., and 1 other diagnostic(s)
This seems like a parsing error in this library, but I've not been able to locate why/where so far. Any thoughts?
The text was updated successfully, but these errors were encountered:
I'm working on a redesign of the plugin API to resolve this problem. Once this is done, this kind of problem will be resolved. terraform-linters/tflint-plugin-sdk#89
As a workaround, I think it can be avoided by using the WalkResources API instead.
Hello!
I'm running into an issue with linting our audit resources, and as far as I can tell our setup is correct, and the JSON is valid. Running tflint on the following data:
Generates the following error:
This seems like a parsing error in this library, but I've not been able to locate why/where so far. Any thoughts?
The text was updated successfully, but these errors were encountered: