Azure Container Registry (ACR)
Purpose
This configuration sets up an Azure Container Registry (ACR) which is used to store and manage Docker container images. ACRs are essential for deploying containerized applications and services in Azure.
Dependencies
- ml_resource_group: The resource group where the ACR will be created.
Inputs
name
: The name of the ACR, typically derived from a prefix to maintain a consistent naming convention.resource_group_name
: The name of the resource group where the ACR will be created.admin_enabled
: A boolean indicating whether administrative access is enabled for the registry.object_ids
: The object IDs for Azure Active Directory identities which will have access to the ACR.
Usage
To apply this configuration, run the following commands: ```sh terragrunt init terragrunt apply