You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL ERROR: Unsupported terraform version (1.7.0)
Getting the above error, code was working fine. As the terraform version has got upgraded to 1.7.0 on 17th Jan, it is not working since then. https://github.com/hashicorp/terraform/releases
Can you please provide the permanent solution because every time terraform gets upgraded, the code stops working
To Reproduce
Feature File:
Given I have ....
When it contains ...
Then it must ....
And it must ...
Plan File:
Sample Terraform Code:
resource"aws_s3_bucket""example_code" {
bucket="This is just a sample code"
}
Used terraform-compliance Parameters:
Running via Docker:
Error Output:
Expected Behavior:
Tested Versions:
terraform-compliance version: your terraform-compliance version
terraform version: your terraform version
python version: your python runtime version, if running as a python package
Additional Context:
The text was updated successfully, but these errors were encountered:
Description
FATAL ERROR: Unsupported terraform version (1.7.0)
Getting the above error, code was working fine. As the terraform version has got upgraded to 1.7.0 on 17th Jan, it is not working since then.
https://github.com/hashicorp/terraform/releases
Can you please provide the permanent solution because every time terraform gets upgraded, the code stops working
To Reproduce
Feature File:
Plan File:
Sample Terraform Code:
Used
terraform-compliance
Parameters:Running via Docker:
Error Output:
Expected Behavior:
Tested Versions:
your terraform-compliance version
your terraform version
your python runtime version, if running as a python package
Additional Context:
The text was updated successfully, but these errors were encountered: