Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dutsmiller committed Mar 30, 2021
1 parent 76abc4b commit 340a0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ No requirements.
| delegations | delegation blocks for services | <pre>map(object({<br> name = string<br> actions = list(string)<br> }))</pre> | `{}` | 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 |
Expand Down

0 comments on commit 340a0e4

Please sign in to comment.