Skip to content

Commit f7bb448

Browse files
committed
update README.md
1 parent 8b63161 commit f7bb448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Here is an example of how you can use this module in your inventory structure:
126126
| name | Name (e.g. `app` or `cluster`). | `string` | `""` | no |
127127
| network\_rule\_set | Manage network rules for Azure Container Registries | <pre>object({<br> default_action = optional(string)<br> ip_rule = optional(list(object({<br> ip_range = string<br> })))<br> virtual_network = optional(list(object({<br> subnet_id = string<br> })))<br> })</pre> | `null` | no |
128128
| private\_dns\_name | n/a | `string` | `""` | no |
129+
| 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 |
129130
| private\_subnet\_address\_prefix | The name of the subnet for private endpoints | `any` | `null` | no |
130131
| repository | Terraform current module repo | `string` | `""` | no |
131132
| resource\_group\_name | A container that holds related resources for an Azure solution | `string` | `""` | no |

0 commit comments

Comments
 (0)