diff --git a/ec2/ec2.tf b/ec2/ec2.tf index 36d44b69308aef36dab102c4468c41a7c8f88a25..31999c4f8bb728711fd96707fb8fcd78cfe318ae 100644 --- a/ec2/ec2.tf +++ b/ec2/ec2.tf @@ -8,7 +8,7 @@ module "sg" { resource "aws_instance" "mumble" { ami = "ami-09f765d333a8ebb4b" - instance_type = "t2.micro" + instance_type = "t3a.nano" security_groups = [module.sg.sg_name] user_data = file("./startup-script.sh") tags = {