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