brabster / crucible

AWS CloudFormation templates built with Clojure
Eclipse Public License 1.0
72 stars 18 forks source link

fix mount-point declaration #201

Closed AndreaCrotti closed 1 year ago

AndreaCrotti commented 1 year ago

Currently using mount-point fails the spec, since the ECS expects a list of mount points as defined here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bind-mounts.html This fix changes updates the spec to reflect how it should be.