diff --git a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden index 7c7af678..0003b38e 100644 --- a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden +++ b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-conversion.golden @@ -143,6 +143,9 @@ ], "RoutingPolicy": "MULTIVALUE" }, + "HealthCheckCustomConfig": { + "FailureThreshold": 1 + }, "Name": "simple", "NamespaceId": { "Ref": "CloudMap" diff --git a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden index e9535e90..07c47765 100644 --- a/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden +++ b/ecs/pkg/amazon/testdata/simple/simple-cloudformation-with-overrides-conversion.golden @@ -143,6 +143,9 @@ ], "RoutingPolicy": "MULTIVALUE" }, + "HealthCheckCustomConfig": { + "FailureThreshold": 1 + }, "Name": "simple", "NamespaceId": { "Ref": "CloudMap"