Azure – Terraform module outputs returns "tolist([]),"
I've been trying to improve my ability using loops in Terraform. I have a module for creating a route table that takes an inline list of routes. Child module looks like this: main.tf resource "azurerm_route_table" "this" { name = var.name…