Azure – Terraform: Use count.index in variable name
Is it possible to use count.index in a variable name, so I can use a single map variable for multiple resources? For example variables.tf: variable "disk_share_sizes" { type = map(number) description = "Sizes for VM Disks and File Shares" default…