Skip to content

Commit d760661

Browse files
committed
Change the count of app servers in prod
1 parent 61622bf commit d760661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/discourse.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variable "app_discourse_count" {
22
type = "map"
33
default = {
4-
prod = 2
4+
prod = 1
55
test = 1
66
}
77
}

0 commit comments

Comments
 (0)