# RMFR3 - Resource Groups Module Specification for the Azure Verified Modules (AVM) program ID: RMFR3 - Category: Composition - Resource Groups A resource module MUST NOT create a Resource Group for resources that require them. In the case that a Resource Group is required, a module MUST have an input (scope or variable): In Bicep the targetScope MUST be set to resourceGroup or not specified (which means default to resourceGroup scope) In Terraform the variable MUST be called resource_group_name Scopes will be covered further in the respective language specific specifications. --- Source: https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/content/specs-defs/includes/shared/resource/functional/RMFR3.md Last Modified: 0001-01-01