Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ybmadhu authored Apr 16, 2022
1 parent c531125 commit 81d3b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "app_port" {

variable "app_count" {
description = "Number of docker containers to run"
default = 2
default = 3
}

variable "health_check_path" {
Expand Down

0 comments on commit 81d3b65

Please sign in to comment.