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

Add Support for Terraform Version 1.1.7 #99

Closed
ncecere opened this issue Apr 5, 2022 · 2 comments
Closed

Add Support for Terraform Version 1.1.7 #99

ncecere opened this issue Apr 5, 2022 · 2 comments

Comments

@ncecere
Copy link

ncecere commented Apr 5, 2022

Failed to read plan from plan file: plan file was created by Terraform 1.1.7,
but this is 1.1.2; plan files cannot be transferred between different
Terraform versions.

Please add support for Terraform 1.1.7

@im2nguyen
Copy link
Owner

This should be addressed with the latest release! It should now be at v1.2.5

@pneigel-ca
Copy link

Hi,

I am trying to run rover v0.3.3 in a docker container but I'm still receiving an error. Here's the version constraint from my provider.tf:

terraform {
  required_version = ">= 1.1.7"
}

Here's how I'm invoking rover:

docker run --rm -it -p 9000:9000 -v $(pwd):/src im2nguyen/rover:v0.3.3 -tfVarsFile ./test/terraform.tfvars -standalone true

I receive this output:

2022/09/12 23:56:56 Starting Rover...
2022/09/12 23:56:56 Initializing Terraform...
2022/09/12 23:56:57 Unable to parse Plan: Unable to initialize Terraform Plan: terraform 1.1.2 not supported by configuration (>= 1.1.7 required)

@ncecere ncecere closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants