RhinoSecurityLabs / cloudgoat

CloudGoat is Rhino Security Labs' "Vulnerable by Design" AWS deployment tool
BSD 3-Clause "New" or "Revised" License
2.88k stars 597 forks source link

resolves terraform version error #249

Open Kevin-byt opened 6 months ago

Kevin-byt commented 6 months ago

Overview of Changes

Testing

Was this tested with different Terraform versions?

Kevin-byt commented 6 months ago

I constantly got the error "Terraform not found. Please install Terraform before using CloudGoat." when running the cloudgoat.py script but Terraform was already installed in my system. I realized that the error was on how the regex expression to derive the version was being handled, which I have edited

Kevin-byt commented 5 months ago

My pleasure. Thank you