SUSE-Enceladus / blue-horizon

web-based user interface to terraforming the public cloud
GNU General Public License v3.0
11 stars 8 forks source link

~~Remove HCL checker;~~ use `terraform validate` instead #68

Closed bear454 closed 4 years ago

bear454 commented 4 years ago

HCL checkers only support HCL1, we're supporting HCL2, now, and therefore need to change how we validate.

Once this is done, we can clean up the warnings in cap-terraform scripts.

bear454 commented 4 years ago

HCL is out... as of 2d3d504. I'll work on the warnings in cap-terraform scripts, @jesusbv please work on validating sources via the ruby terraform wrapper.