Skip to content

Commit 0345107

Browse files
committed
changed instance size
1 parent 1a2014e commit 0345107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next-ui/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variable "region" {
33
}
44

55
variable "instance_type" {
6-
default = "t3.micro"
6+
default = "t3.small"
77
}
88

99
variable "key_name" {

0 commit comments

Comments
 (0)