mirror of https://github.com/docker/docs.git
ecs: Fix typo
Signed-off-by: Chris Crone <christopher.crone@docker.com>
This commit is contained in:
parent
2425fe8b90
commit
73db5c6076
|
@ -357,7 +357,7 @@ services:
|
|||
- Effect: "Allow"
|
||||
Action:
|
||||
- "some_aws_service"
|
||||
Resource":
|
||||
Resource:
|
||||
- "*"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue