[AVM Module Issue]: Can we loosen the version constraint for the azurerm provider to use its newer version? #11
Labels
Language: Terraform 🌐
This is related to the Terraform IaC language
Type: Feature Request ➕
New feature or request
Check for previous/existing GitHub issues
Issue Type?
Feature Request
(Optional) Module Version
No response
(Optional) Correlation Id
No response
Description
I'm trying to use this module to host pipeline agents inside my own VNET, and I'd like to manage VNET and its subnets also via Terraform.
The issue with the current version constraint for azurerm is that the old versions of azurerm including 3.71 don't support
Microsoft.DevOpsInfrastructure
as the name for delegating a subnet. It seems to be supported from 4.1.0.hashicorp/terraform-provider-azurerm#27259
I'm currently trying to use this module with newer version azurerm by changing the version specification from
~= 3.71
to>= 3.71
. I'll share if it works in comments.The text was updated successfully, but these errors were encountered: