We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
managed_termination_protection
1 parent e484704 commit 7d3743aCopy full SHA for 7d3743a
tests/capacity_provider_unit_tests.tftest.hcl
@@ -71,7 +71,7 @@ run "ecs_capacity_provider_attributes_match" {
71
}
72
73
assert {
74
- condition = aws_ecs_capacity_provider.this["example"].auto_scaling_group_provider[0].managed_termination_protection == "ENABLED"
+ condition = aws_ecs_capacity_provider.this["example"].auto_scaling_group_provider[0].managed_termination_protection == "DISABLED"
75
error_message = "Managed termination protection mismatch"
76
77
0 commit comments