-
Notifications
You must be signed in to change notification settings - Fork 9.5k
feat: add support for default ecs log driver mode on account level #42418
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
base: main
Are you sure you want to change the base?
feat: add support for default ecs log driver mode on account level #42418
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
The tflint check fails because of the new value |
The In the
If the version is updated to 0.39.0, the error related to However, new rules (e.g., I’m currently running TFLint with the updated tflint-ruleset-aws in my local environment using your branch. |
PR #42427, which fixes the TFLint issue, has been merged. |
Description
The default log driver mode for ECS is now configurable on account level (see References section for press release).
The allowed values are
non-blocking
andblocking
.At the moment and according to the AWS documentation the default value is
blocking
, but will change on Jun 25 2025 tonon-blocking
.In this pull request I used already
non-blocking
as default. Please let me know your thoughts on this as the change in respect to the default behavior will take place in approx. two month.The required Go SDK v2 version for setting the value is already used by the provider.
Relations
Closes #42405
References
Output from Acceptance Testing