Skip to content

Commit

Permalink
disable ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jul 5, 2022
1 parent 9aa6eb4 commit e2710a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ variable "cpu_utilization_high_threshold_percent" {

variable "workers_security_group_count" {
type = number
default = 0
default = 1
description = "Count of the worker Security Groups. Needed to prevent Terraform error `count can't be computed`."
}

Expand Down

0 comments on commit e2710a1

Please sign in to comment.