ecs: Fix typo

Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
Chris Crone 2020-11-19 10:22:25 +01:00
parent 2425fe8b90
commit 73db5c6076
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ services:
- Effect: "Allow"
Action:
- "some_aws_service"
Resource":
Resource:
- "*"
```