Skip to content

Commit

Permalink
default consolidated_services to true (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth authored Sep 27, 2023
1 parent 24fe8fe commit 3e52689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/standalone-external-rhel8-worker/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MPL-2.0

variable "consolidated_services_enabled" {
default = false
default = true
type = bool
description = "(Required) True if TFE uses consolidated services."
}
Expand Down
2 changes: 1 addition & 1 deletion tests/standalone-mounted-disk/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: MPL-2.0

variable "consolidated_services_enabled" {
default = false
default = true
type = bool
description = "(Required) True if TFE uses consolidated services."
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ variable "capacity_memory" {
}

variable "consolidated_services_enabled" {
default = false
default = true
type = bool
description = "(Required) True if TFE uses consolidated services."
}
Expand Down

0 comments on commit 3e52689

Please sign in to comment.