-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google-beta: Provider registry.terraform.io/hashicorp/google-beta v6.21.0 does not have a package available for your current platform, linux_amd64 #21493
Comments
Same here. Exact error message:
|
A workaround is to pin the beta-version, even if it's not used
|
Same here, it is currently breaking our builds. Initializing the backend...
|
This is the same issue as #21492. Version 6.21.0 is still marked as "unreleased" in Changelog, was it released in error? |
It works when you create your own resources, but when you use community modules where it is defined to download the higher version under |
Thanks for reporting the issue. We're actively investigating the issue now and will provide an update as soon as we have one. |
you can add the version constraint to your code too, even when using other modules. I suggest a small change to the example above:
This way when Google releases a new version with the fix you won't have to change your code again to get "latest" |
The missing binary package should be backfilled. Can someone try and see if the issue is still present? Thanks! |
Works for me |
Still intermittently failing, CDN issues? |
Works for me |
Hey @brokenjacobs, is it still failing intermittently. The issue should be resolved now. Could you try again? |
Works for me too. |
Works for me. |
Works now |
Thanks for confirming. Closing this now. If you continue to experience the same issue, please comment here or open a new ticket. Thanks for your patience while this was being resolved! |
works for me 👍 |
Community Note
Terraform Version & Provider Version(s)
Terraform v1.3.6
on Linux AMD64
Affected Resource(s)
google_*
Terraform Configuration
Debug Output
No response
Expected Behavior
No response
Actual Behavior
No response
Steps to reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: