All Modules
AzureContainers

ACR

Azure Container Registry for Docker image management

Usage

module "acr" {
  source = "github.com/fencepencil/fencepencil-azure-modules//acr"

  registry_name = "<registry_name>"
  resource_group_name = "<resource_group_name>"
  location = "<location>"

  tags = var.tags
}

Inputs (5)

NameTypeDescriptionDefaultRequired
registry_namestringGlobally unique registry nameyes
resource_group_namestringResource groupyes
locationstringAzure regionyes
skustringSKU tier (Basic, Standard, Premium)Basicno
tagsmap(string)Tags to apply to all resources{}no

Outputs (3)

NameDescription
registry_idID of the container registry
registry_nameName of the container registry
login_serverLogin server URL

More Azure Modules

Browse our full library of Azure infrastructure modules.

View all Azure modules