Skip to content

Commit

Permalink
increased instance count for staging (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
charnjitsohal1 authored Nov 4, 2021
1 parent a44201b commit 7a7f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "elasticsearch_db_staging" {
es_version = "7.8"
encrypt_at_rest = "true"
instance_type = "t3.small.elasticsearch"
instance_count = "1"
instance_count = "2"
ebs_enabled = "true"
ebs_volume_size = "10"
region = data.aws_region.current.name
Expand Down

0 comments on commit 7a7f3b5

Please sign in to comment.