Providers
Name | Version |
---|---|
azurerm | 3.82.0 |
Name | Version |
---|---|
azurerm | 3.76.0 |
Modules
No modules.
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
admin_enabled | Determines if the admin user is enabled | bool | false | no |
enable_lock_on_acr | Determines if the lock on acr is enabled | bool | true | no |
georeplication_locations | List of locations for the georeplication | list(string) | [] | no |
identity_ids | A list of identities associated with the acr. | list(string) | [] | no |
identity_type | The type of identity used for the acr. | string | "SystemAssigned" | no |
location | Azure Region Location | any | n/a | yes |
name | Name of the acr | any | n/a | yes |
network_rule_bypass_option | Determines if the network rule bypass option is enabled | string | "None" | no |
public_network_access_enabled | Determines if the public network access is enabled | bool | false | no |
quarantine_policy_enabled | Determines if the quarantine policy is enabled | bool | true | no |
resource_group_name | Resource group name of the acr | any | n/a | yes |
retention_policy_days | Number of days to retain an untagged manifest after which it gets purged | number | 7 | no |
retention_policy_enabled | Determines if the retention policy is enabled | bool | true | no |
sku | The SKU name of the container registry. | string | "Premium" | no |
tags | Tags to associate with resources. | map(string) | n/a | yes |
trust_policy_enabled | Determines if the trust policy is enabled | bool | true | no |
zone_redundancy_enabled | Determines if the zone redundancy is enabled | bool | true | no |
Name | Description | Type | Default | Required |
---|---|---|---|---|
admin_enabled | Determines if the admin user is enabled | bool | false | no |
enable_lock_on_acr | Determines if the lock on acr is enabled | bool | true | no |
georeplication_locations | List of locations for the georeplication | list(string) | [] | no |
identity_ids | A list of identities associated with the acr. | list(string) | [] | no |
identity_type | The type of identity used for the acr. | string | "SystemAssigned" | no |
ip_rules | List of IP rules to allow on the acr. | list(string) | [] | no |
location | Azure Region Location | any | n/a | yes |
name | Name of the acr | any | n/a | yes |
network_rule_bypass_option | Determines if the network rule bypass option is enabled | string | "None" | no |
public_network_access_enabled | Determines if the public network access is enabled | bool | false | no |
quarantine_policy_enabled | Determines if the quarantine policy is enabled | bool | true | no |
resource_group_name | Resource group name of the acr | any | n/a | yes |
retention_policy_days | Number of days to retain an untagged manifest after which it gets purged | number | 7 | no |
retention_policy_enabled | Determines if the retention policy is enabled | bool | true | no |
sku | The SKU name of the container registry. | string | "Premium" | no |
tags | Tags to associate with resources. | map(string) | n/a | yes |
trust_policy_enabled | Determines if the trust policy is enabled | bool | true | no |
zone_redundancy_enabled | Determines if the zone redundancy is enabled | bool | true | no |