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 5e2a345 commit e350441Copy full SHA for e350441
modules/aws_ecs_ec2/variables.tf
@@ -28,7 +28,7 @@ variable "ssh_key_name" {
28
variable "instance_type" {
29
type = string
30
description = "ECS cluster instance type. Defaults to `t2.medium`"
31
- default = "t2.medium"
+ default = "t2.large"
32
}
33
34
variable "max_instance_count" {
@@ -58,7 +58,7 @@ variable "retool_license_key" {
58
variable "ecs_retool_image" {
59
60
description = "Container image for desired Retool version"
61
- default = "tryretool/backend:2.69.18"
+ default = "tryretool/backend:2.96.2"
62
63
64
variable "ecs_task_cpu" {
0 commit comments