-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
remove capacity_provider_strategy validation for aws_ecs_service resource #39723
base: main
Are you sure you want to change the base?
remove capacity_provider_strategy validation for aws_ecs_service resource #39723
Conversation
Community NoteVoting for Prioritization
For Submitters
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @dejanzele 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
@justinretzolk what is your opinion? |
Hey @dejanzele 👋 Thanks for taking the time to raise this and for checking in here! I can't speak to when this will be prioritized just yet. We base our prioritization on the count of 👍 reactions and a few other considerations (more information: prioritization guide). |
Description
When updating
capacity_provider_strategy
, update should happen in-place and not require recreate.AWS provider Terraform docs mention a partial solution:
The solution isn’t complete as changing base or weight to 0 triggers a recreate, but on AWS Console it can be updated without recreation.
Relations
Relates #37848
Relates #22823
Relates #22408
References
This comment provides a good description why this line should be removed.
Output from Acceptance Testing