Skip to content

Commit 608fab3

Browse files
authored
Change default instance type to t3.micro
1 parent a48efe3 commit 608fab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "c7i-flex.large"
6+
default = "t3.micro"
77
}
88

99
variable "key_name" {

0 commit comments

Comments
 (0)