Skip to content

v0.74.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 21:31
· 27 commits to main since this release
7f783b8

🚀 Enhancements

feat: Add task_definition_arn_without_revision output @adamantike (#216)

what

  • Add task_definition_arn_without_revision output, using the arn_without_revision attribute from aws_ecs_task_definition resource.
  • Update minimum AWS provider version to v4.59.0.

why

  • Useful for situations where the latest task definition is always desired.
  • Avoiding manual string manipulation to strip the revision from the ARN.

references