jqassistant

Terraform plugin for JQAssistant available?


I am looking for a terraform plugin for JQAssistant. So far I didn't found any. Is there a plugin available to analyze terraform code?


Solution

  • There is no native support by jQA for analysing Terraform code at the moment. But according to the Terraform documentation, it is possible to use JSON as representation format. And jQA supports parsing and analysing JSON via tha jQAssistant JSON Plugin. If you know a tool which is able to convert HCL into JSON, the language used for Terraform, you could try it this way.

    As HCL is not so diffuclt, we could consider adding a HCL plugin to jQA.