# TFNFR10 - No Double Quotes in ignore_changes Module Specification for the Azure Verified Modules (AVM) program ID: TFNFR10 - Category: Code Style - No Double Quotes in ignore_changes The ignore_changes attribute MUST NOT be enclosed in double quotes. Good example: lifecycle { ignore_changes = [ tags, ] } Bad example: lifecycle { ignore_changes = [ "tags", ] } --- Source: https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/content/specs-defs/includes/terraform/shared/non-functional/TFNFR10.md Last Modified: 0001-01-01