Skip to content

Commit 7fb09fd

Browse files
author
Ryan Jiang
authored
Update variables.tf
1 parent acb2944 commit 7fb09fd

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
@@ -27,7 +27,7 @@ variable "ssh_key_name" {
2727

2828
variable "instance_type" {
2929
type = string
30-
description = "ECS cluster instance type. Defaults to `t2.medium`"
30+
description = "ECS cluster instance type. Defaults to `t2.large`"
3131
default = "t2.large"
3232
}
3333

@@ -57,7 +57,7 @@ variable "retool_license_key" {
5757

5858
variable "ecs_retool_image" {
5959
type = string
60-
description = "Container image for desired Retool version"
60+
description = "Container image for desired Retool version. Defaults to `2.96.2`"
6161
default = "tryretool/backend:2.96.2"
6262
}
6363

0 commit comments

Comments
 (0)