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

google-beta 6.21.0 not available via Hashicorp Terraform Registry #21492

Closed
steffencircle opened this issue Feb 19, 2025 · 2 comments
Closed
Labels

Comments

@steffencircle
Copy link

steffencircle commented Feb 19, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Terraform Version & Provider Version(s)

Terraform v1.5.7
on Windows amd64

  • provider registry.terraform.io/hashicorp/google-beta v6.21.0

Affected Resource(s)

The google-beta Provider Version 6.21.0 has not been properly released to the Hashicorp Registry last night.
The latest google-beta Version is still 6.20.0

terraform {
  required_version = "= 1.5.7"

  required_providers {
    google-beta = {
      version = "= 6.21.0"
      source  = "hashicorp/google-beta"
    }
  }
}

provider "google-beta" {}

This results in the fpollowing

C:\my\workspace\google-beta-foo>terraform init

Initializing the backend...

Initializing provider plugins...
- Finding hashicorp/google-beta versions matching "6.21.0"...
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/google-beta: no available releases match the given constraints 6.21.0
╵


@jbcraig
Copy link

jbcraig commented Feb 19, 2025

Version 6.21.0 is noted as "unreleased" in changelog. Was this erroneously tagged?

@shuyama1
Copy link
Collaborator

shuyama1 commented Feb 19, 2025

Thanks for reporting the issue. We're actively investigating the issue now and will provide an update as soon as we have one. Duplicate of #21493

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants