Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL ERROR: Unsupported terraform version (1.7.0) #727

Closed
sharanyakg97 opened this issue Jan 18, 2024 · 0 comments · Fixed by #728
Closed

FATAL ERROR: Unsupported terraform version (1.7.0) #727

sharanyakg97 opened this issue Jan 18, 2024 · 0 comments · Fixed by #728
Assignees
Labels

Comments

@sharanyakg97
Copy link

sharanyakg97 commented Jan 18, 2024

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:

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:

HorizonNet added a commit to HorizonNet/cli that referenced this issue Jan 21, 2024
eerkunt pushed a commit that referenced this issue Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants