From 76abc4bec35e20225361e6e1109e9cbc4b08fd38 Mon Sep 17 00:00:00 2001 From: dutsmiller Date: Tue, 30 Mar 2021 20:25:29 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39e5d03..17c4032 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ service-market-environment-location-product |------|-------------|------|---------|:--------:| | address\_space | CIDRs for virtual network | `list(string)` | n/a | yes | | dns\_servers | If applicable, a list of custom DNS servers to use inside your virtual network instead of the Azure-provided resolver | `list(string)` | `null` | no | +| enforce\_subnet\_names | enforce subnet names based on naming\_rules variable | `bool` | `true` | no | | 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 | | peer\_defaults | Maps of peer arguments. |
object({
id = string
allow_virtual_network_access = bool
allow_forwarded_traffic = bool
allow_gateway_transit = bool
use_remote_gateways = bool
})
|
{
"allow_forwarded_traffic": false,
"allow_gateway_transit": false,
"allow_virtual_network_access": true,
"id": null,
"use_remote_gateways": false
}
| no | | peers | Peer virtual networks. Keys are names, allowed values are same as for peer\_defaults. Id value is required. | `any` | `{}` | no | | resource\_group\_name | Resource group name | `string` | n/a | yes |