[Question/Feedback]: AzureRM provider versioning #1895
Labels
Needs: Triage 🔍
Maintainers need to triage still
Type: Question/Feedback 🙋
Further information is requested or just some feedback
Check for previous/existing GitHub issues
Description
I am using the storage account, logic app and servicebus module in my Terraform project but there is an issue. They all require different Terraform AzureRM provider version constraints.
When I run init I get an error:
Could not retrieve the list of available versions for provider hashicorp/azurerm: no available releases match the given constraints
>= 3.0.0, ~> 3.71, >= 3.116.0, ~> 4.14, < 5.0.0
I believe the issue is
~> 3.71 and ~> 4.14
cannot possibly be met.How do I even use multiple modules all with version constraints as such?
The text was updated successfully, but these errors were encountered: