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

Bug Report - Terraform Cloud fails run after the Terraform provider was updated 8/22/24 #1101

Open
ebrookman opened this issue Aug 23, 2024 · 1 comment

Comments

@ebrookman
Copy link

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

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.

Describe the bug

Initializing provider plugins...

  • Finding hashicorp/azurerm versions matching ">= 3.71.0, ~> 3.108, >= 3.114.0, 4.0.0, ~> 4.0, < 4.0.0"...
  • Finding azure/modtm versions matching "~> 0.3"...
  • Finding hashicorp/random versions matching ">= 3.5.0, ~> 3.5, ~> 3.6, < 4.0.0"...
  • Finding hashicorp/time versions matching "~> 0.9"...
  • Finding hashicorp/tls versions matching "~> 4.0"...
  • Finding azure/azapi versions matching ">= 1.14.0, < 2.0.0"...
  • Installing azure/azapi v1.15.0...
  • 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

Steps to Reproduce

  1. step 1
  2. step 2
  3. you get it...

Screenshots

Additional context

@matt-FFFFFF
Copy link
Member

Apologies this was caused by a defective release of the key vault module. It's been fixed now with 0.9.1

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

No branches or pull requests

2 participants