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

Can't use the 10.2.0 version when pointing to terraform registry module #428

Closed
FreymanBalaguera-KSO opened this issue May 24, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@FreymanBalaguera-KSO
Copy link

TL;DR

I want to use the 10.2.0 version in my terraform module. But it says "newest version is 10.1.0".

Expected behavior

Use 10.2.0 version when required in my terraform lb module

Observed behavior

Error: Unresolvable module version constraint

│ There is no available version of module
│ "registry.terraform.io/terraform-google-modules/lb-http/google"
│ (main.tf:17) which matches the given version constraint. The newest
│ available version is 10.1.0.

Screenshot 2024-05-24 at 2 56 31 PM

Terraform Configuration

module "gce-lb-https" {
  source  = "terraform-google-modules/lb-http/google"
  version = "~> 10.2.0"
  
  ...

}

Terraform Version

1.3.10

Additional information

No response

@FreymanBalaguera-KSO FreymanBalaguera-KSO added the bug Something isn't working label May 24, 2024
@imrannayer
Copy link
Collaborator

@g-awmalik seems like registry is not getting updates.

@imrannayer
Copy link
Collaborator

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants