caf-container-registry

aztfmod/caf-container-registry/azurerm

Terraform Module HCL AZURERM ✓ Verified

Azure Container Registry module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-container-registry" {
source = "aztfmod/caf-container-registry/azurerm"
version = "2.0.0"
}
⭐ Source on GitHub 📦 Registry page
README

![Gitter](https://gitter.im/aztfmod/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) 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

Inputs (14)
NameTypeDescriptionDefault
la_workspace_idstring(Required) Log analytics repository ID required
resource_group_namestring(Required) The name of the resource group in which to create the Container Regis required
diagnostics_settingsstring(Required) Map with the diagnostics settings. required
namestring(Required) Specifies the name of the Container Registry. Changing this forces a required
conventionstring(Required) Naming convention method to use required
diagnostics_mapstring(Required) Storage Account and Event Hub data for the diagnostics required
georeplication_locationsstring(Optional) A list of Azure locations where the container registry should be geo- required
locationstring(Required) Specifies the supported Azure location where the resource exists. Cha required
skustring(Optional) The SKU name of the the container registry. Possible values are Basic"Basic"
max_lengthstring(Optional) You can speficy a maximum length to the name of the resource""
tagsmap(Optional) A mapping of tags to assign to the resource.{}
admin_enabledstring(Optional) Specifies whether the admin user is enabled. Defaults to false.false
prefixstring(Optional) You can use a prefix to the name of the resource""
postfixstring(Optional) You can use a postfix to the name of the resource""
Outputs (4)
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 enabled
admin_password — The Password associated with the Container Registry Admin account - if the admin account is enabled.
id — The Container Registry ID.
Resources (2)
azurecaf_naming_conventionazurerm_container_registry
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AZURERM
★ Stars3
Forks8
Total downloads7.3k
Inputs14
Outputs4
Resources2
Examples1
LicenseMIT
Namespaceaztfmod
Updated