@@ -4,10 +4,10 @@ variable "AVD_SOURCE_IMAGE_ID" {
44 default = null
55}
66
7- variable "HUB_BACKEND_AZURE_STORAGE_ACCOUNT_NAME" {
8- description = " Storage account for certbot state"
9- type = string
10- }
7+ # variable "HUB_BACKEND_AZURE_STORAGE_ACCOUNT_NAME" {
8+ # description = "Storage account for certbot state"
9+ # type = string
10+ # }
1111
1212variable "GITHUB_ORG_DATABASE_ID" {
1313 description = " GitHub Organization Database ID, specified via TF_VAR env var"
@@ -21,10 +21,10 @@ variable "TARGET_SUBSCRIPTION_ID" {
2121}
2222
2323
24- variable "WAF_POLICY_ID_APIM_GATEWAY" {
25- description = " ID of the WAF policy which will be bound to the Application Gateway listener for APIM Gateway"
26- type = string
27- }
24+ # variable "WAF_POLICY_ID_APIM_GATEWAY" {
25+ # description = "ID of the WAF policy which will be bound to the Application Gateway listener for APIM Gateway"
26+ # type = string
27+ # }
2828
2929variable "regions" {
3030 type = map (object ({
@@ -48,10 +48,10 @@ variable "application" {
4848 default = " hub"
4949}
5050
51- variable "attached_environments" {
52- description = " Configuration of the Log Analytics Workspace"
53- type = list (string )
54- }
51+ # variable "attached_environments" {
52+ # description = "Configuration of the Log Analytics Workspace"
53+ # type = list(string)
54+ # }
5555
5656variable "avd_users_group_name" {
5757 description = " Entra ID group containing AVD users"
@@ -106,19 +106,19 @@ variable "diagnostic_settings" {
106106 })
107107}
108108
109- variable "dns_zone_name_private" {
110- type = map (string )
111- description = " Map of zone identifiers to their full private DNS zone names"
112- }
109+ # variable "dns_zone_name_private" {
110+ # type = map(string)
111+ # description = "Map of zone identifiers to their full private DNS zone names"
112+ # }
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
119- variable "dns_zone_rg_name_public" {
120- type = string
121- }
119+ # variable "dns_zone_rg_name_public" {
120+ # type = string
121+ # }
122122
123123variable "environment" {
124124 description = " Environment code for deployments"
@@ -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"
0 commit comments