File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ variable "public_subnet_ids" {
1616variable "instance_type" {
1717 type = string
1818 description = " EC2 instance type for ECS EC2"
19- default = " t2 .micro"
19+ default = " t3 .micro"
2020}
2121
2222variable "ecs_desired_capacity" {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module "ecs_ec2" {
66 vpc_id = var. vpc_id
77 public_subnet_ids = var. public_subnet_ids
88
9- instance_type = " t2 .micro"
9+ instance_type = " t3 .micro"
1010 ecs_desired_capacity = 1
1111 ecs_min_size = 1
1212 ecs_max_size = 1
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ variable "public_subnet_ids" {
1111variable "instance_type" {
1212 description = " EC2 instance type for ECS EC2"
1313 type = string
14- default = " t2 .micro"
14+ default = " t3 .micro"
1515}
You can’t perform that action at this time.
0 commit comments