-
Notifications
You must be signed in to change notification settings - Fork 342
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
amazon.aws.ec2_instance throws deprecation warning for teardown #689
Comments
Files identified in the description: If these files are inaccurate, please update the |
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Mar 21, 2022
Fix deprecation warning scope SUMMARY Fix deprecation warning scope to be not displayed while terminating instances. Fixes #689 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_instance Reviewed-by: Joseph Torcasso <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mandar Kulkarni <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Mar 21, 2022
Fix deprecation warning scope SUMMARY Fix deprecation warning scope to be not displayed while terminating instances. Fixes #689 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_instance Reviewed-by: Joseph Torcasso <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mandar Kulkarni <[email protected]> (cherry picked from commit d6b1186)
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…s3_sync-file_root s3_sync: file_root parameter - handle individual file path SUMMARY Added ability to handle individual file path and upload an individual file to s3 bucket. Fixes ansible-collections#689. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_sync Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: None <None> Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
There is a deprecation warning "Default value instance_type has been deprecated, in the future you must set an instance_type or a launch_template. This feature will be removed from amazon.aws in a release after 2023-01-01." I think this makes sense, except that this particular module does not need the instance_type set at all if you are doing
state: absent
. I am not sure if we just document this... or if the warning needs to be clear to ignore if you are doing state: absent, or if we can be smart enough to not display the warning if you are doing state: absent.Issue Type
Bug Report
Component Name
amazon.aws.ec2_instance
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
MacOS Big Sur Version 11.6.1
Steps to Reproduce
Expected Results
No purple warning
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: