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
| existing\_private\_dns\_zone | Name of the existing private DNS zone |`any`|`null`| no |
127
+
| existing\_private\_dns\_zone\_id | ID of existing private dns zone. To be used in dns configuration group in private endpoint. |`list(any)`|`null`| no |
127
128
| existing\_private\_dns\_zone\_resource\_group\_name | The name of the existing resource group |`string`|`null`| no |
128
129
| georeplications | A list of Azure locations where the container registry should be geo-replicated | <pre>list(object({<br> location = string<br> zone_redundancy_enabled = optional(bool)<br> }))</pre> |`[]`| no |
129
130
| identity\_ids | Specifies a list of user managed identity ids to be assigned. This is required when `type` is set to `UserAssigned` or `SystemAssigned, UserAssigned`|`any`|`null`| no |
@@ -164,6 +165,7 @@ Here is an example of how you can use this module in your inventory structure:
164
165
| container\_registry\_scope\_map\_id | The ID of the Container Registry scope map |
165
166
| container\_registry\_token\_id | The ID of the Container Registry token |
166
167
| container\_registry\_webhook\_id | The ID of the Container Registry Webhook |
168
+
| private\_dns\_zone\_id | ID of private dns zone. To be used when there is existing dns zone and id is to be passed in private endpoint dns configuration group. |
0 commit comments