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_create_private_zone"></a> [create\_private\_zone](#input\_create\_private\_zone)| Condition for Private DNS Zone creation |`bool`| n/a | yes |
36
+
| <aname="input_env"></a> [env](#input\_env)| The prefix which should be used for all resources in this environment |`string`| n/a | yes |
37
+
| <aname="input_location"></a> [location](#input\_location)| The Azure Region in which all resources in this example should be created. |`string`| n/a | yes |
| <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 |
40
+
| <aname="input_tags"></a> [tags](#input\_tags)| list of tags |`map(string)`| n/a | yes |
41
+
| <aname="input_dns_zone_name"></a> [dns\_zone\_name](#input\_dns\_zone\_name)| Name of Private DNS Zone |`string`|`"privatelink.azuredatabricks.net"`| no |
42
+
| <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 |
43
+
| <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