Skip to content

Commit ee5ec02

Browse files
committed
feature: add oms_agent_enabled option for add-on
1 parent 9b8fa7b commit ee5ec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ variable "azure_policy_enabled" {
376376

377377
variable "oms_agent_enabled" {
378378
type = bool
379-
default = false
379+
default = true
380380
description = "Enable OMS Agent Addon."
381381
}
382382

0 commit comments

Comments
 (0)