caf-container-registry
aztfmod/caf-container-registry/azurerm
Azure Container Registry module for Cloud Adoption Framework for Azure landing zones
 Deploys an Azure Container Registry Creates an Azure Container Registry in a given region Reference the module to a specific version (recommended): ``hcl module "acr" { source = "aztfmod/caf-container-registry/azurerm" version = "0.x.y" resource_group_name = var.resource_group_name name = var.name location = var.location tags = var.tags diagnostics_map = var.diagsmap la_workspace_id = var.laworkspace.id } `` Inputs | Name | Type | Default | Description | | -- | -- | -- | -- | | name | string | None | (Required) Specifies the name of the Container Registry. Changing this forces a new resource to be created. | | resource_group_name | string | None | (Required) The name of the resource group
| Name | Type | Description | Default |
|---|---|---|---|
| la_workspace_id | string | (Required) Log analytics repository ID | required |
| resource_group_name | string | (Required) The name of the resource group in which to create the Container Regis | required |
| diagnostics_settings | string | (Required) Map with the diagnostics settings. | required |
| name | string | (Required) Specifies the name of the Container Registry. Changing this forces a | required |
| convention | string | (Required) Naming convention method to use | required |
| diagnostics_map | string | (Required) Storage Account and Event Hub data for the diagnostics | required |
| georeplication_locations | string | (Optional) A list of Azure locations where the container registry should be geo- | required |
| location | string | (Required) Specifies the supported Azure location where the resource exists. Cha | required |
| sku | string | (Optional) The SKU name of the the container registry. Possible values are Basic | "Basic" |
| max_length | string | (Optional) You can speficy a maximum length to the name of the resource | "" |
| tags | map | (Optional) A mapping of tags to assign to the resource. | {} |
| admin_enabled | string | (Optional) Specifies whether the admin user is enabled. Defaults to false. | false |
| prefix | string | (Optional) You can use a prefix to the name of the resource | "" |
| postfix | string | (Optional) You can use a postfix to the name of the resource | "" |
login_server — The URL that can be used to log into the container registry.admin_username — The Username associated with the Container Registry Admin account - if the admin account is enabledadmin_password — The Password associated with the Container Registry Admin account - if the admin account is enabled.id — The Container Registry ID.