Skip to content

Commit

Permalink
Change auditor instance size in AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman authored and iknite committed Feb 19, 2019
1 parent 6026e41 commit c88ba61
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 @@ -181,7 +181,7 @@ module "agent-auditor" {
source = "./modules/qed"

name = "agent-auditor"
instance_type = "t2.2xlarge"
instance_type = "t3.small"
volume_size = "20"
vpc_security_group_ids = "${module.security_group.this_security_group_id}"
subnet_id = "${element(data.aws_subnet_ids.all.ids, 0)}"
Expand Down

0 comments on commit c88ba61

Please sign in to comment.