awsdocs / amazon-ecs-developer-guide

The open source version of the Amazon ECS developer guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential typo in ecs params doc.

drigio opened this issue · comments

I think there might be a potential typo in the doc cmd-ecs-cli-compose-ecsparams.md

docker_volumes:
      - name: string
        scope: string
        autoprovision:      ### Feel like this should be boolean.
        driver: string
        driver_opts: boolean    ### Instead this has become boolean.
           string: string
        labels:
           string: string

For reference I saw this document which mentions autoprovision to be boolean and driver_opts as string.
If this is probably a typo, I'm more than happy to send in a PR for the fix.

HI,

Thanks for the feedback. You are correct, the parameters are reversed.

I'll take care of this.