Skip to content

Commit e350441

Browse files
author
Ryan Jiang
authored
Update variable defaults
1 parent 5e2a345 commit e350441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/aws_ecs_ec2/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "ssh_key_name" {
2828
variable "instance_type" {
2929
type = string
3030
description = "ECS cluster instance type. Defaults to `t2.medium`"
31-
default = "t2.medium"
31+
default = "t2.large"
3232
}
3333

3434
variable "max_instance_count" {
@@ -58,7 +58,7 @@ variable "retool_license_key" {
5858
variable "ecs_retool_image" {
5959
type = string
6060
description = "Container image for desired Retool version"
61-
default = "tryretool/backend:2.69.18"
61+
default = "tryretool/backend:2.96.2"
6262
}
6363

6464
variable "ecs_task_cpu" {

0 commit comments

Comments
 (0)