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 7732533 commit 289d61aCopy full SHA for 289d61a
terraform/ecs.tf
@@ -7,7 +7,7 @@ module "ecs_cluster" {
7
security_groups = [aws_security_group.ecs.id]
8
default_instance_type = "t3a.micro"
9
instance_types = {
10
- "t3a.micro" = ""
+ "m5a.large" = ""
11
}
12
13
min_size = 1
0 commit comments