Skip to content

Commit

Permalink
AWS deploy: use a single monitor instance for now
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Feb 25, 2019
1 parent 1f885ec commit 5fcc55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module "agent-monitor" {
source = "./modules/qed"

name = "agent-monitor"
count = 2
count = 1
instance_type = "t3.small"
iam_instance_profile = "${aws_iam_instance_profile.qed-profile.name}"
volume_size = "20"
Expand Down

0 comments on commit 5fcc55d

Please sign in to comment.