# TFNFR32 - Alphabetical Local Arrangement Module Specification for the Azure Verified Modules (AVM) program ID: TFNFR32 - Category: Code Style - Alphabetical Local Arrangement Expressions in locals block MUST be arranged alphabetically. Good examples: locals { name = coalesce(var.name, "name") tags = merge(var.tags, { env = "prod" }) } locals { tags = merge(var.tags, { env = "prod" }) } locals { name = coalesce(var.name, "name") } --- Source: https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/content/specs-defs/includes/terraform/shared/non-functional/TFNFR32.md Last Modified: 0001-01-01