Skip to content

Commit 6d87d55

Browse files
committed
Increase development instance size
1 parent 40c6041 commit 6d87d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

groups/frontend/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ variable "instance_count" {
4141
variable "instance_type" {
4242
type = string
4343
description = "The instance type to use"
44-
default = "t3.micro"
44+
default = "t3.small"
4545
}
4646

4747
variable "lb_deletion_protection" {

0 commit comments

Comments
 (0)