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

hashicorp/azurerm provider not being updated #203

Closed
simongottschlag opened this issue Feb 4, 2024 · 4 comments
Closed

hashicorp/azurerm provider not being updated #203

simongottschlag opened this issue Feb 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@simongottschlag
Copy link

Thank you for reporting an issue.

Hi!

It seems like the hashicorp/azurerm provider isn't being updated automatically.

The latest supported version right now is 3.87.0: https://github.com/opentofu/registry/blob/main/providers/h/hashicorp/azurerm.json

The latest released version is 3.90.0: https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v3.90.0

OpenTofu Version

OpenTofu v1.6.1
on linux_amd64
+ provider registry.opentofu.org/hashicorp/azurerm v3.87.0

OpenTofu Configuration Files

terraform {
  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
      version = "3.87.0"
    }
  }
}

provider "azurerm" {
  features {}
}

data "azurerm_resource_group" "this" {
  name = "foobar"
}
@simongottschlag simongottschlag added the bug Something isn't working label Feb 4, 2024
@Yantrio
Copy link
Member

Yantrio commented Feb 4, 2024

Hi, thanks for reporting this, it looks like this is due to the our sync script failing. I'll look into fixing this now =)

For reference: https://github.com/opentofu/terraform-provider-azurerm/actions/runs/7776526278/job/21203782811

@Yantrio
Copy link
Member

Yantrio commented Feb 4, 2024

Looking into the issue it looks like hashicorp moved their tag, and our sync script does not take this into account.

I've raised this up to the person who has permissions to edit the repo and we will remove the tags manually and sync again. However this may take a little bit of time as it's currently Sunday evening. So we do ask you be patient on this one, sorry!

@simongottschlag
Copy link
Author

Looking into the issue it looks like hashicorp moved their tag, and our sync script does not take this into account.

I've raised this up to the person who has permissions to edit the repo and we will remove the tags manually and sync again. However this may take a little bit of time as it's currently Sunday evening. So we do ask you be patient on this one, sorry!

Nice catch! I was able to use an older version of the provider and that worked just fine. 😊

@Yantrio
Copy link
Member

Yantrio commented Feb 5, 2024

Hi @simongottschlag.

Thanks for your patience on this one. We tracked down an approach and we've resolved how we keep this in sync.

You should now be able to use the latest versions of the azurerm provider again.

Thank you for reporting this! Please reach out if you hit any other issues with our registry

@Yantrio Yantrio closed this as completed Feb 5, 2024
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

2 participants