You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| private\_dns\_name | n/a |`string`|`"privatelink.azurecr.io"`| no |
129
130
| private\_dns\_zone\_vnet\_link\_registration\_enabled | (Optional) Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled? |`bool`|`true`| no |
130
131
| private\_subnet\_address\_prefix | The name of the subnet for private endpoints |`any`|`null`| no |
132
+
| public\_network\_access\_enabled | To denied public access |`bool`|`false`| no |
131
133
| repository | Terraform current module repo |`string`|`""`| no |
132
134
| resource\_group\_name | A container that holds related resources for an Azure solution |`string`|`""`| no |
133
-
| retention\_policy | Set a retention policy for untagged manifests | <pre>object({<br> days = optional(number)<br> enabled = optional(bool)<br> })</pre> |`null`| no |
135
+
| retention\_policy | Set a retention policy for untagged manifests | <pre>object({<br> days = optional(number)<br> enabled = optional(bool)<br> })</pre> |<pre>{<br> "days": 10,<br> "enabled": true<br>}</pre>| no |
134
136
| scope\_map | Manages an Azure Container Registry scope map. Scope Maps are a preview feature only available in Premium SKU Container registries. | <pre>map(object({<br> actions = list(string)<br> }))</pre> |`null`| no |
135
137
| storage\_account\_id | n/a |`string`|`null`| no |
136
138
| storage\_account\_name | The name of the hub storage account to store logs |`any`|`null`| no |
137
139
| subnet\_id | Subnet to be used for private endpoint |`list(string)`|`null`| no |
138
140
| tags | A map of tags to add to all resources |`map(string)`|`{}`| no |
139
141
| virtual\_network\_id | Virtual Network to be used for private endpoint |`string`|`null`| no |
140
-
| virtual\_network\_name | The name of the virtual network |`string`|`""`| no |
0 commit comments