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)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
registry_name | string | Globally unique registry name | — | yes |
resource_group_name | string | Resource group | — | yes |
location | string | Azure region | — | yes |
sku | string | SKU tier (Basic, Standard, Premium) | Basic | no |
tags | map(string) | Tags to apply to all resources | {} | no |
Outputs (3)
| Name | Description |
|---|---|
registry_id | ID of the container registry |
registry_name | Name of the container registry |
login_server | Login server URL |