output "ids" { value = [for saname, sa in var.sas: try(azurerm_storage_account.azsa[saname].id, null)] description = "List of storage account ids." }