The current documentation suggests listing SecretsManager secret JSON keys in a `keys` field, but this is not correct.
The correct field is `x-aws-keys`.
The `keys` field as written is not supported by the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md), and attempting most `docker compose` commands would result in failure if one named the field as written.
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
put in separate blocks. With the "console" code-hint, this
is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
numbered-list to be interrupted.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Update to lowercase to fix format error
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Document use of x-aws-cloudformation overlays
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Minor style updates
* Fixed a nit
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>