You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_resource_group"></a> [resource\_group](#input\_resource\_group)| The Azure Region in which all resources in this example should be created. |`string`| n/a | yes |
74
74
| <aname="input_tags"></a> [tags](#input\_tags)| list of tags |`map(string)`|`{}`| no |
75
+
| <aname="input_prefix"></a> [prefix](#input\_prefix)| Custom prefix to add to resource name |`string`|`""`| no |
75
76
| <aname="input_dns_zone_name"></a> [dns\_zone\_name](#input\_dns\_zone\_name)| Name of Private DNS Zone |`string`|`""`| no |
76
77
| <aname="input_vnet_map"></a> [vnet_map](#input\_vnet\_map)| Map of Virtual Network Name to Id, used to create VNet Link to Private DNS |`map(string)`|`{}`| no |
77
78
| <aname="input_external_dns_zone_name"></a> [external\_dns\_zone\_name](#input\_external\_dns\_zone\_name)| Name of Imported Private DNS Zone. Provide value in case creation of new Private DNS Zone is disabled |`string`|`""`| no |
0 commit comments