Skip to content

Commit 03aaf02

Browse files
fix: Fixed no capacity providers with a weight value greater than 0 error message (#30)
1 parent 54ceb26 commit 03aaf02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/complete-ecs/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module "ecs" {
4141

4242
default_capacity_provider_strategy = [{
4343
capacity_provider = aws_ecs_capacity_provider.prov1.name # "FARGATE_SPOT"
44+
weight = "1"
4445
}]
4546

4647
tags = {

0 commit comments

Comments
 (0)