Azure – Referencing properties with for_each in modules and count in the resource
Here is my shortened code: variable.tf: variable "vm_avd" { type = map(any) default = { avd-std = { vm_count = "2" ### Interface Vars subnet_id = "AD" } avd-gpu = { vm_count = "2" ### Interface Vars subnet_id = "AD"…