-
Notifications
You must be signed in to change notification settings - Fork 403
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
ecs_service - fix validation for placementConstraints
#1170
ecs_service - fix validation for placementConstraints
#1170
Conversation
placementConstraints
Co-authored-by: Markus Bergholz <git@osuv.de>
Backport to stable-2: 💚 backport PR created✅ Backport PR branch: Backported as #1177 🤖 @patchback |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1178 🤖 @patchback |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Cleanup shared 'EC2' parameters SUMMARY As seen in both ansible-collections#1170 and ansible-collections#1458 the "EC2_" prefix for a number of fall-back environment variables results in confusion. "EC2_" implies it's specific to the EC2 API, not all of AWS. Deprecates the ec2_ parameter aliases Deprecates the EC2_ environment variables Deprecates the security_token/aws_security_token/access_token parameter aliases which were based on the original boto parameter names ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/botocore.py plugins/module_utils/modules.py ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
SUMMARY
Fixes #1058
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ecs_service