diff --git a/subnet/README.md b/subnet/README.md index 4dd7a37..ff2cdcb 100644 --- a/subnet/README.md +++ b/subnet/README.md @@ -28,9 +28,10 @@ No requirements. | delegations | delegation blocks for services |
map(object({
name = string
actions = list(string)
}))
| `{}` | no | | enforce\_private\_link\_endpoint\_network\_policies | enable network policies for the private link endpoint on the subnet | `bool` | `false` | no | | enforce\_private\_link\_service\_network\_policies | enable network policies for the private link service on the subnet | `bool` | `false` | no | +| enforce\_subnet\_names | enforce subnet naming rules | `bool` | n/a | yes | | location | Azure Region | `string` | n/a | yes | | names | names to be applied to resources | `map(string)` | n/a | yes | -| naming\_rules | naming conventions yaml file | `string` | n/a | yes | +| naming\_rules | naming conventions yaml file | `string` | `""` | no | | resource\_group\_name | Resource group name | `string` | n/a | yes | | service\_endpoints | service endpoints to associate with the subnet | `list(string)` | `[]` | no | | subnet\_type | subnet type | `string` | n/a | yes |