Skip to content

Commit a48efe3

Browse files
authored
Change default instance type to c7i-flex.large
1 parent dc52fe0 commit a48efe3

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

99
variable "key_name" {

0 commit comments

Comments
 (0)