Using Terraform azurerm_subnet to create a subnet in an existing azure VNet giving IP overlap error
Requirement : I am trying to create a Azure Subnet into an existing VNet. Terraform IAC. Issue : I am unable to dynamically get the available IP ranges in the VNet's address space and assign one available IP to Subnet's…