Skip to content

Commit

Permalink
fix json format
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 6, 2017
1 parent e7eaba5 commit d3463f5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,13 @@ for task definition.
- cpu
- memory

```json
```json5
{
"taskDefinition": {
// ...
"networkMode": "awsvpc",
"requiresCompatibilities": [
"FARGATE"
]
],
"cpu": "1024",
"memory": "2048",
// ...
Expand All @@ -144,9 +143,8 @@ for service-definition.
- launchType
- networkConfiguration

```json
```json5
{
// ...
"launchType": "FARGATE",
"networkConfiguration": {
"awsvpcConfiguration": {
Expand All @@ -159,7 +157,8 @@ for service-definition.
],
"assignPublicIp": "ENABLED"
}
}
},
// ...
}
```

Expand Down

0 comments on commit d3463f5

Please sign in to comment.