mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Bumping up mongo servers.
This commit is contained in:
parent
58c01922da
commit
75fa356c7e
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ resource "digitalocean_droplet" "db-postgres" {
|
|||
# servers=$(for i in {1..9}; do echo -n "-target=\"digitalocean_droplet.db-mongo-primary[$i]\" " ; done); tf plan -refresh=false `eval echo $servers`
|
||||
#
|
||||
resource "digitalocean_droplet" "db-mongo-primary" {
|
||||
count = 0
|
||||
count = 1
|
||||
backups = true
|
||||
image = var.droplet_os
|
||||
name = "db-mongo-primary${count.index + 1}"
|
||||
|
|
Loading…
Add table
Reference in a new issue