# TFNFR33 - Precise Local Types Module Specification for the Azure Verified Modules (AVM) program ID: TFNFR33 - Category: Code Style - Precise Local Types Precise local types SHOULD be used. Good example: { name = "John" age = 52 } Bad example: { name = "John" age = "52" # age should be number } --- Source: https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/content/specs-defs/includes/terraform/shared/non-functional/TFNFR33.md Last Modified: 0001-01-01