File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Please refer to the [examples](./examples/basic) on how to get started.
3939
4040| Name | Source | Version |
4141| ------| --------| ---------|
42- | <a name =" module_ecs_cluster " ></a > [ ecs\_ cluster] ( #module\_ ecs\_ cluster ) | git::https://github.com/terraform-aws-modules/terraform-aws-ecs | 6b52c965734d95767d8e20d965afcd0db29dae5e |
42+ | <a name =" module_ecs_cluster " ></a > [ ecs\_ cluster] ( #module\_ ecs\_ cluster ) | git::https://github.com/terraform-aws-modules/terraform-aws-ecs | be968fc4af733fae2ac41dfb3c34dce7712e028f |
4343
4444## Resources
4545
Original file line number Diff line number Diff line change @@ -209,20 +209,16 @@ resource "aws_security_group_rule" "allow_egress" {
209209
210210module "ecs_cluster" {
211211 count = var. create_ecs_cluster ? 1 : 0
212- source = " git::https://github.com/terraform-aws-modules/terraform-aws-ecs?ref=6b52c965734d95767d8e20d965afcd0db29dae5e " # v5.11.2
212+ source = " git::https://github.com/terraform-aws-modules/terraform-aws-ecs?ref=be968fc4af733fae2ac41dfb3c34dce7712e028f " # v6.6.1
213213
214214 cluster_name = var. name
215215
216- fargate_capacity_providers = {
216+ default_capacity_provider_strategy = {
217217 FARGATE = {
218- default_capacity_provider_strategy = {
219- weight = 50
220- }
218+ weight = 50
221219 }
222220 FARGATE_SPOT = {
223- default_capacity_provider_strategy = {
224- weight = 50
225- }
221+ weight = 50
226222 }
227223 }
228224
You can’t perform that action at this time.
0 commit comments