Skip to content

Commit 8562227

Browse files
Feature: Use t3 large for AWS deployment (#89)
2 parents d6af621 + 29f8688 commit 8562227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "ami_id" {
3131
variable "instance_type" {
3232
description = "Instance type for the EC2 instance"
3333
type = string
34-
default = "t3.small"
34+
default = "t3.large"
3535
}
3636

3737
variable "aws_ec2_private_key" {

0 commit comments

Comments
 (0)