Skip to content

Commit

Permalink
Upgrading to new instance type and ubuntu version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsommardahl committed Mar 7, 2024
1 parent 12f8a9a commit 83dbd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/terraform/backend/modules/ec2/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_instance" "anyhasher_server" {
ami = "ami-0149b2da6ceec4bb0"
instance_type = "t2.micro"
ami = "ami-055744c75048d8296" #"ami-0149b2da6ceec4bb0"
instance_type = "t2.small"
key_name = "anyhasher"
tags = { Name = var.instance_name }
}
Expand Down

0 comments on commit 83dbd4f

Please sign in to comment.