Azure / Azure/Azure-Verified-Modules
[Question/Feedback]: AzureRM provider versioning
- Dominant language
- PowerShell
- Stars
- 580
- Forks
- 161
- Avg merge
- 11h 3m
- Merged PRs (30d)
- 15
Description
### Check for previous/existing GitHub issues
- [x] I have checked 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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.