Skip to content

Commit

Permalink
adding "Service" to Replace me tag for executionRoleArn
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarzwalder authored Jul 29, 2018
1 parent e37559e commit bd662b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-2/aws-cli/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"requiresCompatibilities": [
"FARGATE"
],
"executionRoleArn": "REPLACE_ME_ECS_ROLE_ARN",
"executionRoleArn": "REPLACE_ME_ECS_SERVICE_ROLE_ARN",
"taskRoleArn": "REPLACE_ME_ECS_TASK_ROLE_ARN",
"containerDefinitions": [
{
Expand Down

0 comments on commit bd662b9

Please sign in to comment.