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

[feature] aws-ecs Add support for ordered_placement_strategy #139

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

mbarrien
Copy link
Contributor

@mbarrien mbarrien commented Oct 4, 2019

No description provided.

@mbarrien mbarrien requested a review from a team as a code owner October 4, 2019 01:45
@ryanking ryanking changed the title aws-ecs Add support for ordered_placement_strategy [feature] aws-ecs Add support for ordered_placement_strategy Oct 7, 2019
@mbarrien
Copy link
Contributor Author

mbarrien commented Oct 7, 2019

We were able to avoid needing to actually need this feature in our CZI code base, but it may still be good to have this feature available, in case we want to use ECS to enforce spreading ECS tasks onto different machines. Please review.

}

variable "ordered_placement_strategy" {
type = list(object({ type = string, field = string }))
Copy link
Contributor

Choose a reason for hiding this comment

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

neat

@mbarrien mbarrien force-pushed the mbarrien/ecs-placement branch from cfc9c10 to 0bc0ff7 Compare October 8, 2019 14:23
@czimergebot czimergebot merged commit 093abc4 into master Oct 8, 2019
@czimergebot czimergebot deleted the mbarrien/ecs-placement branch October 8, 2019 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants