terraform-compliance / cli

a lightweight, security focused, BDD test framework against terraform.
https://terraform-compliance.com
MIT License
1.34k stars 151 forks source link

Support for Terraform 1.5.* #708

Closed peterkiss1 closed 1 year ago

peterkiss1 commented 1 year ago

Feature Request

Feature description: The current version of terraform-compliance cli does not support Terraform Version 1.5.0.

FATAL ERROR: Unsupported terraform version (1.5.0).

Suggested Solution description ( if you have any ): Add support for Terraform version 1.5.*

eerkunt commented 1 year ago

This requires some testing. Looking into

peterkiss1 commented 1 year ago

@eerkunt any ETA for this? I can see the PR is open.

eerkunt commented 1 year ago

Well, happy to release a dev version if there is any urgency related with this. Then we can give some time and if there are no complaints we can release it.

mrgrumpyowl commented 1 year ago

Hi. Thanks. Ran into this error today blocking pipelines. Certainly the sooner a fix can be released the better for me and my team. 👍

peterkiss1 commented 1 year ago

Sooner is the better as on this week I picked up 25 different pipelines to get into shape, now these are blocked as it is part of the maintenance to switch TF version as well.

eerkunt commented 1 year ago

Can you try with 1.3.43b1 ? Its released yesterday :)

peterkiss1 commented 1 year ago

A bit late but it looks like everything is fine with the change, TF 1.5 works fine with it. Thanks, @eerkunt !

eerkunt commented 1 year ago

Perfect! Glad it unblocked you.

Closing this issue then :)