# TFNFR16 - Variable Naming Rules Module Specification for the Azure Verified Modules (AVM) program ID: TFNFR16 - Category: Code Style - Variable Naming Rules The naming of a variable SHOULD follow HashiCorp’s naming rule. variable used as feature switches SHOULD apply a positive statement, use xxx_enabled instead of xxx_disabled. Avoid double negatives like !xxx_disabled. Please use xxx_enabled instead of xxx_disabled as name of a variable. --- Source: https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/content/specs-defs/includes/terraform/shared/non-functional/TFNFR16.md Last Modified: 0001-01-01