From 93741caef7828a73d43ee11e5db678c289a8be50 Mon Sep 17 00:00:00 2001 From: spengreb Date: Sun, 13 Feb 2022 23:16:03 +0100 Subject: [PATCH] Make server bigger --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 071b69f..9d87490 100644 --- a/main.tf +++ b/main.tf @@ -13,7 +13,7 @@ terraform { resource "aws_instance" "jamulus" { ami = "${data.aws_ami.image.id}" - instance_type = "t3.small" + instance_type = "c5.large" key_name = "jamulus" security_groups = [ aws_security_group.ssh.name, aws_security_group.jamulus.name, aws_security_group.node-exporter.name ] # Add your own IP to this group