# TFNFR41 - Output Definition Order Module Specification for the Azure Verified Modules (AVM) program ID: TFNFR41 - Category: Code Style - Output Definition Order output blocks in a module SHOULD be ordered alphabetically by output name. This applies to outputs.tf and every outputs.<topic>.tf file in the root module and each submodule. output "id" { value = azapi_resource.this.id } output "name" { value = azapi_resource.this.name } MAPOTF’s sort_outputs behavior implements this convention. See MAPOTF and standard Terraform TFLint coverage. --- Source: https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/content/specs-defs/includes/terraform/shared/non-functional/TFNFR41.md Last Modified: 0001-01-01