Skip to content

Commit

Permalink
default consolidated_services_enabled to true (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth authored Sep 27, 2023
1 parent 14c7855 commit 9f987e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/private-active-active/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "bastion_public_ssh_key_secret_name" {
}

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/private-tcp-active-active/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variable "ca_key_secret_name" {
}

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/public-active-active/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-external/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "bypass_preflight_checks" {
}

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 @@ -9,7 +9,7 @@ variable "bypass_preflight_checks" {
}

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 @@ -800,7 +800,7 @@ variable "capacity_memory" {
}

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

0 comments on commit 9f987e9

Please sign in to comment.