terranova
terranova copied to clipboard
[Feature] Code Validation
Is your feature request related to a problem? Please describe. When the user provide an incorrect Terraform code, the error is identified at the Apply phase. There should be a way for the developer/user to validate the code before applying it
Describe the solution you'd like
Something like Validate(code) error
Describe alternatives you've considered
Proposal There is a method in Terraform 0.11 to validate the code before applying it. Export a method in Terranova that uses such method and return the diagnostic.
Additional context
References