Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-kallavus committed Dec 22, 2023
1 parent c219055 commit 6c738a4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .config/aws-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,8 @@
}
],
"placementConstraints": [],
"compatibilities": [
"EC2",
"FARGATE"
],
"requiresCompatibilities": [
"FARGATE"
],
"compatibilities": ["EC2", "FARGATE"],
"requiresCompatibilities": ["FARGATE"],
"cpu": "1024",
"memory": "3072",
"runtimePlatform": {
Expand All @@ -81,4 +76,4 @@
"registeredAt": "2023-12-19T14:37:52.978Z",
"registeredBy": "arn:aws:iam::356075920533:user/Karl.Kallavus",
"tags": []
}
}

0 comments on commit 6c738a4

Please sign in to comment.