Skip to content

Commit

Permalink
PRO-610 REFACTOR Debug create task def
Browse files Browse the repository at this point in the history
  • Loading branch information
bender2352 authored Nov 15, 2024
1 parent 5dafd1d commit cd74c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create_task_definition
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jq --arg IMAGE "ghcr.io/terrateamio/terrat-ee:${VERSION_TAG}" \
del(.taskDefinition.taskDefinitionArn, .taskDefinition.revision, .taskDefinition.status, .taskDefinition.requiresAttributes, .taskDefinition.registeredBy, .taskDefinition.registeredAt)' \
task-def.json > updated-task-def.json

cat updated-task-def.json

echo "Updated task definition written to updated-task-def.json"

0 comments on commit cd74c83

Please sign in to comment.