Minor bug: if you set `memory="1 GB"` for `aws.ecs...
# general
c
Minor bug: if you set
memory="1 GB"
for
aws.ecs.TaskDefinition
(which is allowed but converted to
1024
by ECS) then Pulumi always think that the service needs to be updated
It might be better to handle/reject this, but I guess it is not a big deal and unlikely worth the effort