Skip to content

Commit fdfef24

Browse files
github-actions[bot]lonegunmanb
authored andcommitted
set new variable nullable to false
1 parent c8d64dd commit fdfef24

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

variables.tf

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
383377
variable "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+
11941195
variable "only_critical_addons_enabled" {
11951196
type = bool
11961197
default = null

0 commit comments

Comments
 (0)