castai / terraform-castai-aks

Terraform module for connecting an AKS cluster to CAST AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provider version constraints (azurerm, azuread) too restrictive.

figglewatts opened this issue · comments

When upgrading our Terraform modules to latest provider versions, we encountered a problem due to a transitive dependency on this module:

│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/azurerm: no available releases match the
│ given constraints >= 2.75.0, >= 2.92.0, >= 3.7.0, 3.7.0, >= 3.16.0, < 4.0.0

The singular 3.7.0 is preventing us from upgrading to the latest version of azurerm - the same would happen with azuread if we were using it in our module too. I am about to open a PR for this, this issue is just so there's something to link the commit/PR to.