Skip to content

Commit

Permalink
add ability to configure bastion instance type.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirov committed Jan 24, 2019
1 parent 973a8d4 commit 7d34157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bastion/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module "ec2" {
subnet_ids = ["${var.public_subnet_ids}"]
subnet_public = "true"
image_id = "${local.image_id}"
instance_type = "${var.instance_type}"
user_data = "${data.template_file.userdata.rendered}"
min_size = "${local.min_size}"
max_size = "${local.max_size}"
Expand Down

0 comments on commit 7d34157

Please sign in to comment.