Skip to content

Commit acb2944

Browse files
author
Ryan Jiang
authored
Update defaults for ec2
1 parent e350441 commit acb2944

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/aws_ec2_standalone/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ variable "aws_region" {
66

77
variable "instance_type" {
88
type = string
9-
default = "t3.medium"
10-
description = "EC2 instance type. Defaults to `t3.medium`."
9+
default = "t3.large"
10+
description = "EC2 instance type. Defaults to `t3.large`."
1111
}
1212

1313
variable "instance_name" {
@@ -18,8 +18,8 @@ variable "instance_name" {
1818

1919
variable "version_number" {
2020
type = string
21-
default = "2.69.18"
22-
description = "Retool version number. Defaults to `2.69.18`."
21+
default = "2.96.2"
22+
description = "Retool version number. Defaults to `2.96.2`."
2323
}
2424

2525
variable "vpc_id" {

0 commit comments

Comments
 (0)