Skip to content

Commit

Permalink
Merge pull request #327 from jdno/increase-bastion-instance
Browse files Browse the repository at this point in the history
Increase size of bastion instance
  • Loading branch information
jdno authored Jul 21, 2023
2 parents eb90c8f + dc794f4 commit 51b9cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions terraform/bastion/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/bastion/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data "aws_ami" "ubuntu_bionic" {

resource "aws_instance" "bastion" {
ami = data.aws_ami.ubuntu_bionic.id
instance_type = "t3a.nano"
instance_type = "t3a.micro"
key_name = data.terraform_remote_state.shared.outputs.master_ec2_key_pair
ebs_optimized = true
disable_api_termination = true
Expand Down

0 comments on commit 51b9cee

Please sign in to comment.