Skip to content

Commit 856ed00

Browse files
committed
wipp
1 parent 2d068aa commit 856ed00

2 files changed

Lines changed: 28 additions & 13 deletions

File tree

infrastructure/environments/nonlive-hub/variables.tfvars

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2944
avd_vm_count = 1
3045
avd_maximum_sessions_allowed = 1 # per session host
3146
avd_vm_size = "Standard_D4as_v5"

infrastructure/terraform/hub/variables.tf

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

119119
variable "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

169169
variable "law" {
170170
description = "Configuration of the Log Analytics Workspace"

0 commit comments

Comments
 (0)