File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,21 @@ diagnostic_settings = {
2626 metric_enabled = true
2727}
2828
29+ private_dns_zones = {
30+ is_app_services_enabled = true
31+ is_azure_sql_private_dns_zone_enabled = true
32+ is_postgres_sql_private_dns_zone_enabled = true
33+ is_storage_private_dns_zone_enabled = true
34+ is_acr_private_dns_zone_enabled = false
35+ is_app_insights_private_dns_zone_enabled = true
36+ is_apim_private_dns_zone_enabled = false
37+ is_key_vault_private_dns_zone_enabled = true
38+ is_event_hub_private_dns_zone_enabled = false
39+ is_event_grid_enabled_dns_zone_enabled = false
40+ is_container_apps_enabled_dns_zone_enabled = true
41+ }
42+
43+
2944avd_vm_count = 1
3045avd_maximum_sessions_allowed = 1 # per session host
3146avd_vm_size = " Standard_D4as_v5"
Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ variable "diagnostic_settings" {
111111# description = "Map of zone identifiers to their full private DNS zone names"
112112# }
113113
114- variable "dns_zone_name_public" {
115- type = map (string )
116- description = " Map of zone identifiers to their full public DNS zone names"
117- }
114+ # variable "dns_zone_name_public" {
115+ # type = map(string)
116+ # description = "Map of zone identifiers to their full public DNS zone names"
117+ # }
118118
119119variable "dns_zone_rg_name_public" {
120120 type = string
@@ -156,15 +156,15 @@ variable "firewall_config" {
156156 default = {}
157157}
158158
159- variable "key_vault" {
160- description = " Configuration for the key vault"
161- type = object ({
162- disk_encryption = optional (bool , true )
163- soft_del_ret_days = optional (number , 7 )
164- purge_prot = optional (bool , false )
165- sku_name = optional (string , " standard" )
166- })
167- }
159+ # variable "key_vault" {
160+ # description = "Configuration for the key vault"
161+ # type = object({
162+ # disk_encryption = optional(bool, true)
163+ # soft_del_ret_days = optional(number, 7)
164+ # purge_prot = optional(bool, false)
165+ # sku_name = optional(string, "standard")
166+ # })
167+ # }
168168
169169variable "law" {
170170 description = " Configuration of the Log Analytics Workspace"
You can’t perform that action at this time.
0 commit comments