Skip to content

Commit 231eedc

Browse files
committed
fix(capacity-provider): provided true instead of "ENABLED" or "DISABLED" for managed_termination_protection
1 parent 5e2942c commit 231eedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/capacity-provider/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_ecs_capacity_provider" "this" {
2222
}
2323
}
2424

25-
managed_termination_protection = true
25+
managed_termination_protection = "ENABLED"
2626
}
2727

2828
tags = each.value.tags

0 commit comments

Comments
 (0)