We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On terraform 1.0+, I'm getting the following error from terraform.InitAndPlanAndShowWithStruct:
terraform.InitAndPlanAndShowWithStruct
plan.go:66: Error Trace: plan.go:66 terraform_eks_test.go:42 Error: Received unexpected error: unsupported state format version: expected "0.1", got "0.2"
This error is coming from the hashicorp/terraform-json dependency. The 0.12.0 release has been updated to support both format versions.
The text was updated successfully, but these errors were encountered:
Fix: Terraform CI Unit Tests.
bd0de85
gruntwork-io/terratest#943
Fix: Terraform CI Unit Tests. (#132)
76b0882
Successfully merging a pull request may close this issue.
On terraform 1.0+, I'm getting the following error from
terraform.InitAndPlanAndShowWithStruct
:This error is coming from the hashicorp/terraform-json dependency. The 0.12.0 release has been updated to support both format versions.
The text was updated successfully, but these errors were encountered: