-
Notifications
You must be signed in to change notification settings - Fork 120
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
latest resolve to 3.7.0-alpha1 version and it break with 0.12 terraform version #663
Comments
Ran into same issue myself today. While I agree its unusual to see an alpha released be tagged as latest, and maybe that's a mistake. That said - if you are not pinning all providers to a particular major version then breaking changes like this are to be expected. Have pinned the random provider like my other providers and all good. Try pinning to ~3.6. |
Hey everyone 👋🏻 , we're aware of the issue and are currently looking into it. As @jamesw4 mentioned, the workaround for the moment is to pin to 3.6.3 (the error message coming from TF v0.12.31 mentioning v2.2.1 is a red-herring, v3.6.3 should be good). The upcoming |
@austinvalle When 3.7.0 will be released? I just wanted to understand better, as we have a few environments those are impacted and providing a workaround will also take some time. |
An update on behalf of @austinvalle: v3.7.1 is now released. It will be available once it completes publishing to Terraform Registry. We will keep this issue open while we verify success. |
Success with v0.12.31:
|
Thanks @bbasata! I see everything being reported successfully in the registry, so I'm going to close this issue. Please create a new issue if you run into problems with |
Terraform CLI and Provider Versions
Terraform v0.12.31
Provider Version: 3.7.0-alpha1 (latest)
Terraform Configuration
Expected Behavior
Latest should not be released to pre-release version
Or should work with terraform 0.12 version
Actual Behavior
Steps to Reproduce
terraform init
How much impact is this issue causing?
High
Logs
No response
Additional Information
As we do not have a required_version section, it is resolving to latest and braking the existing service. We have a terraform upgrade with future release but this is breaking the current env.
Code of Conduct
The text was updated successfully, but these errors were encountered: