Skip to content

Commit 470da07

Browse files
committed
build: update ECS task role in task-definition.json
1 parent a2c4137 commit 470da07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

task-definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"family": "emulador-task",
3-
"executionRoleArn": "arn:aws:iam::924609080348:role/ecsTaskExecutionRole",
4-
"taskRoleArn": "arn:aws:iam::924609080348:role/ecsTaskRole",
53
"containerDefinitions": [
64
{
75
"name": "error_emulator",
@@ -11,6 +9,8 @@
119
"essential": true
1210
}
1311
],
12+
"executionRoleArn": "arn:aws:iam::924609080348:role/ecsTaskExecutionRole",
13+
"taskRoleArn":"arn:aws:iam::924609080348:role/ecsTaskExecutionRole",
1414
"requiresCompatibilities": [
1515
"FARGATE"
1616
],

0 commit comments

Comments
 (0)