diff --git a/docs/io.md b/docs/io.md index 84a5a23..204a9ba 100644 --- a/docs/io.md +++ b/docs/io.md @@ -3,9 +3,9 @@ | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | allocation\_method | Defines the allocation method for this IP address. Possible values are Static or Dynamic. | `string` | `"Static"` | no | +| bgp\_route\_propagation\_enabled | Boolean flag which controls propagation of routes learned by BGP on that route table. | `bool` | `true` | no | | create\_nat\_gateway | Flag to control nat gateway creation. | `bool` | `false` | no | | delegation | Configuration delegations on subnet
object({
name = object({
name = string,
actions = list(string)
})
}) | `map(list(any))` | `{}` | no | -| disable\_bgp\_route\_propagation | Boolean flag which controls propagation of routes learned by BGP on that route table. | `bool` | `false` | no | | enable | Flag to control the module creation | `bool` | `true` | no | | enable\_route\_table | Flag to control route table creation. | `bool` | `true` | no | | environment | Environment (e.g. `prod`, `dev`, `staging`). | `string` | `null` | no | @@ -15,6 +15,7 @@ | managedby | ManagedBy, eg 'CloudDrove'. | `string` | `"hello@clouddrove.com"` | no | | name | Name (e.g. `app` or `cluster`). | `string` | `null` | no | | nat\_gateway\_idle\_timeout | Idle timeout configuration in minutes for Nat Gateway | `number` | `4` | no | +| private\_endpoint\_network\_policies | Possible values are Disabled, Enabled, NetworkSecurityGroupEnabled and RouteTableEnabled. Defaults to Disabled.. | `string` | `"Disabled"` | no | | repository | Terraform current module repo | `string` | `"https://github.com/clouddrove/terraform-azure-subnet.git"` | no | | resource\_group\_name | The name of an existing resource group to be imported. | `string` | `null` | no | | route\_table\_name | The name of the route table. | `string` | `null` | no | @@ -25,7 +26,6 @@ | sku\_name | The SKU which should be used. At this time the only supported value is Standard. Defaults to Standard. | `string` | `"Standard"` | no | | specific\_name\_subnet | fName of the specific subnet. | `bool` | `false` | no | | specific\_subnet\_names | A list of subnets inside the vNet. | `list(string)` |
[
""
]
| no | -| subnet\_enforce\_private\_link\_endpoint\_network\_policies | A map with key (string) `subnet name`, value (bool) `true` or `false` to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false. | `bool` | `false` | no | | subnet\_enforce\_private\_link\_service\_network\_policies | A map with key (string) `subnet name`, value (bool) `true` or `false` to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false. | `bool` | `true` | no | | subnet\_names | A list of public subnets inside the vNet. | `list(string)` | `[]` | no | | subnet\_prefixes | The address prefix to use for the subnet. | `list(string)` | `[]` | no |