We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e350441 commit acb2944Copy full SHA for acb2944
modules/aws_ec2_standalone/variables.tf
@@ -6,8 +6,8 @@ variable "aws_region" {
6
7
variable "instance_type" {
8
type = string
9
- default = "t3.medium"
10
- description = "EC2 instance type. Defaults to `t3.medium`."
+ default = "t3.large"
+ description = "EC2 instance type. Defaults to `t3.large`."
11
}
12
13
variable "instance_name" {
@@ -18,8 +18,8 @@ variable "instance_name" {
18
19
variable "version_number" {
20
21
- default = "2.69.18"
22
- description = "Retool version number. Defaults to `2.69.18`."
+ default = "2.96.2"
+ description = "Retool version number. Defaults to `2.96.2`."
23
24
25
variable "vpc_id" {
0 commit comments