From d1c36f03e1c27bbf06423d823dc92098d4934a72 Mon Sep 17 00:00:00 2001 From: Erik Stambaugh Date: Fri, 14 Jan 2022 20:06:06 -0800 Subject: [PATCH] Increase instance size --- nextcloud.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.tf b/nextcloud.tf index 3b92d12..54308e2 100644 --- a/nextcloud.tf +++ b/nextcloud.tf @@ -61,7 +61,7 @@ resource "local_file" "aws_key" { resource "aws_instance" "nextcloud" { ami = "ami-078278691222aee06" - instance_type = "t4g.micro" + instance_type = "t4g.small" subnet_id = module.vpc.public_subnets.0 key_name = aws_key_pair.n.key_name iam_instance_profile = aws_iam_instance_profile.nextcloud.name