Skip to content

Commit

Permalink
Upping instance type as Ansible is run is failing due to lack of memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0udf0x committed Aug 7, 2018
1 parent d1a62f3 commit 174f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openshift/08-bastion.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Launch configuration for the consul cluster auto-scaling group.
resource "aws_instance" "bastion" {
ami = "${data.aws_ami.amazonlinux.id}"
instance_type = "t2.micro"
instance_type = "t2.small"
iam_instance_profile = "${aws_iam_instance_profile.bastion-instance-profile.id}"
subnet_id = "${aws_subnet.public-subnet.id}"

Expand Down

0 comments on commit 174f589

Please sign in to comment.