### Actual On the doc https://aws.github.io/copilot-cli/docs/developing/sidecars/#image-depends-on ```yaml image: build: ./Dockerfile depends_on: nginx: start startup: success ```  ### Expected/Working ```yaml sidecars: some_sidecar: image: build: ./Dockerfile depends_on: nginx: start startup: success ```