aws-actions / amazon-ecs-render-task-definition

Inserts a container image URI into an Amazon ECS task definition JSON file.
MIT License
261 stars 138 forks source link

ephemeralStorage value is not copied over #270

Open teyou opened 9 months ago

teyou commented 9 months ago

originally I have this on my task

"requiresAttributes": [
        {
            "name": "ecs.capability.extensible-ephemeral-storage"
        }, ...
],        
"ephemeralStorage": {
        "sizeInGiB": 50
},

However, after run this action, it's gone.