Skip to content

Commit 7d3743a

Browse files
committed
fix(tests/capacity-provider): incorrect match value for managed_termination_protection
1 parent e484704 commit 7d3743a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/capacity_provider_unit_tests.tftest.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ run "ecs_capacity_provider_attributes_match" {
7171
}
7272

7373
assert {
74-
condition = aws_ecs_capacity_provider.this["example"].auto_scaling_group_provider[0].managed_termination_protection == "ENABLED"
74+
condition = aws_ecs_capacity_provider.this["example"].auto_scaling_group_provider[0].managed_termination_protection == "DISABLED"
7575
error_message = "Managed termination protection mismatch"
7676
}
7777

0 commit comments

Comments
 (0)