Skip to content

Commit be27b3b

Browse files
committed
chore: enabling the feature by default
1 parent d89511d commit be27b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ variable "enable_rightsizing_module" {
120120
variable "enable_org_data_module" {
121121
description = "Indicates if the Organization Data module should be enabled"
122122
type = bool
123-
default = false
123+
default = true
124124
}
125125

126126
variable "enable_license_manager_module" {

0 commit comments

Comments
 (0)