File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -374,12 +374,6 @@ variable "azure_policy_enabled" {
374374 description = " Enable Azure Policy Addon."
375375}
376376
377- variable "oms_agent_enabled" {
378- type = bool
379- default = true
380- description = " Enable OMS Agent Addon."
381- }
382-
383377variable "brown_field_application_gateway_for_ingress" {
384378 type = object ({
385379 id = string
@@ -1191,6 +1185,13 @@ variable "oidc_issuer_enabled" {
11911185 description = " Enable or Disable the OIDC issuer URL. Defaults to false."
11921186}
11931187
1188+ variable "oms_agent_enabled" {
1189+ type = bool
1190+ default = true
1191+ description = " Enable OMS Agent Addon."
1192+ nullable = false
1193+ }
1194+
11941195variable "only_critical_addons_enabled" {
11951196 type = bool
11961197 default = null
You can’t perform that action at this time.
0 commit comments