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
Versions
terraform:
=1.9
azure provider:
=>3.35.0
module:
Description
This was utilized to deploy all of my infrastructure as recent as 8/21/24. I went to adjust my provider to include the setting of "storage_use_azuread = true". As soon as I did a plan from TFC, it failed stating the azurerm version was not able to be found.
Installed azure/azapi v1.15.0 (signed by a HashiCorp partner, key ID 6F0B91BDE98478CF)
Installing azure/modtm v0.3.2...
Installed azure/modtm v0.3.2 (signed by a HashiCorp partner, key ID 6F0B91BDE98478CF)
Installing hashicorp/random v3.6.2...
Installed hashicorp/random v3.6.2 (signed by HashiCorp)
Installing hashicorp/time v0.12.0...
Installed hashicorp/time v0.12.0 (signed by HashiCorp)
Installing hashicorp/tls v4.0.5...
Installed hashicorp/tls v4.0.5 (signed by HashiCorp)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
β·
β 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 >=
β 3.71.0, ~> 3.108, >= 3.114.0, 4.0.0, ~> 4.0, < 4.0.0
Community Note
Versions
terraform:
azure provider: =>3.35.0 module:
Description
This was utilized to deploy all of my infrastructure as recent as 8/21/24. I went to adjust my provider to include the setting of "storage_use_azuread = true". As soon as I did a plan from TFC, it failed stating the azurerm version was not able to be found.
Describe the bug
Initializing provider plugins...
Steps to Reproduce
Screenshots
Additional context