mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: Update aws_appautoscaling_target_test (#9736)
The update of the test was causing a test failure - it was setting desired_count to 1 when miz_size was set to 2 - this was causing a perpetual diff in the test
This commit is contained in:
parent
3accd5485a
commit
92f48ad243
@ -284,7 +284,7 @@ resource "aws_ecs_service" "service" {
|
||||
name = "foobar"
|
||||
cluster = "${aws_ecs_cluster.foo.id}"
|
||||
task_definition = "${aws_ecs_task_definition.task.arn}"
|
||||
desired_count = 1
|
||||
desired_count = 2
|
||||
|
||||
deployment_maximum_percent = 200
|
||||
deployment_minimum_healthy_percent = 50
|
||||
|
Loading…
Reference in New Issue
Block a user