You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Description
I'm trying to configure an AWS ECS service deployment using the following YAML configuration:
However, it seems that the current implementation of the
ecs
package in goformation (https://github.com/awslabs/goformation/blob/master/cloudformation/ecs/aws-ecs-service_deploymentconfiguration.go#L31) includesomitempty
on theMinimumHealthyPercent
field, which prevents me from setting thex-aws-min_percent
value to 0.Is there any way to configure the AWS ECS service deployment to achieve the desired behavior? Please advise.
The text was updated successfully, but these errors were encountered: