File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,5 +135,5 @@ module "setup-runners" {
135
135
repo_url = var. repo_url
136
136
labels = var. labels
137
137
desired_count = var. desired_count
138
- timeout = var. timeout
138
+ timeout = var. timeout
139
139
}
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ resource "aws_ecs_cluster" "this" {
77
77
resource "aws_ecs_cluster_capacity_providers" "this" {
78
78
cluster_name = aws_ecs_cluster. this . name
79
79
80
- capacity_providers = [" FARGATE_SPOT " ]
80
+ capacity_providers = [" FARGATE " ]
81
81
82
82
default_capacity_provider_strategy {
83
- capacity_provider = " FARGATE_SPOT "
83
+ capacity_provider = " FARGATE "
84
84
}
85
85
}
86
86
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ variable "desired_count" {
23
23
}
24
24
25
25
variable "timeout" {
26
- type = string
26
+ type = string
27
27
}
28
28
29
29
data "aws_ecs_cluster" "this" {
You can’t perform that action at this time.
0 commit comments