Skip to content

Commit

Permalink
Merge pull request #59 from cl0udf0x/master
Browse files Browse the repository at this point in the history
Upping Bastion AWS image type as Ansible is run is failing due to lack of memory.
  • Loading branch information
dwmkerr authored Aug 8, 2018
2 parents d1a62f3 + 174f589 commit 7a928d3
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 7a928d3

Please sign in to comment.