Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#119] Use latest task definition from either AWS or terraform state #124

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

bterone
Copy link
Contributor

@bterone bterone commented Sep 28, 2022

What happened πŸ‘€

βœ… Fetch the most recent task definition from AWS and choose the latest task definition version for deployment

Insight πŸ“

Previously terraform would use the task definition version from its saved state.
This did NOT account for incrementing task definitions on AWS from outside sources, (e.g CI deployments)

Proof Of Work πŸ“Ή

Fix is used on Wo*** and applying the latest version from AWS or terraform state

Screen Shot 2022-09-28 at 10 23 06 AM

@bterone bterone added the type : bug Something isn't working label Sep 28, 2022
@bterone bterone added this to the 1.3.0 milestone Sep 28, 2022
@bterone bterone self-assigned this Sep 28, 2022
@bterone bterone marked this pull request as ready for review September 28, 2022 03:29
Copy link
Collaborator

@hoangmirs hoangmirs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks πŸ’―

@hoangmirs hoangmirs merged commit f289e08 into develop Sep 30, 2022
@hoangmirs hoangmirs deleted the bug/119-fix-using-outdated-task-definition branch September 30, 2022 09:20
@hoangmirs hoangmirs mentioned this pull request Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type : bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: The wrong Task Definition version
4 participants