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

Add support for Terraform 1.3.* #649

Closed HorizonNet closed 1 year ago

HorizonNet commented 1 year ago

Resolves #648

eerkunt commented 1 year ago

I still couldn' test this. Did you guys had a chance to test it ?

xnick123 commented 1 year ago

works for me. i have an autoupdate of minor terraform versions and this breaks it. Would be cool to have some tf code in the tests here included to increase confidence and reduce approval time.

HorizonNet commented 1 year ago

I had a quick look at the tests. As far as I can see there are already a few tests, which cover the Terraform versions. What kind of test are you looking for?

eerkunt commented 1 year ago

We require end-to-end tests. Current unit tests or functional tests do not cover it.

I will release this a development version, lets test it in the wild for a while.