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

EC2_instance: add support for controlling metadata options #414

Merged

Conversation

mandar242
Copy link
Contributor

SUMMARY

Adding support for controlling the metadata options, 'Metadata Accessible' and 'Metadata Version' in amazon.aws.ec2_instance.

Fixes #399

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

amazon.aws.ec2_instance

@ansibullbot
Copy link

@mandar242 this PR contains the following merge commits:

Please rebase your branch to remove these commits.

click here for bot help

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request merge_commit This PR contains at least one merge commit. Please resolve! module module needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_triage new_contributor Help guide this first time contributor labels Jul 22, 2021
@jillr jillr removed merge_commit This PR contains at least one merge commit. Please resolve! needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html labels Jul 22, 2021
@ansibullbot
Copy link

@ansibullbot ansibullbot added community_review plugins plugin (any type) and removed needs_triage labels Jul 22, 2021
@ansibullbot ansibullbot added integration tests/integration tests tests labels Jul 24, 2021
@jillr
Copy link
Collaborator

jillr commented Jul 27, 2021

recheck

@jillr
Copy link
Collaborator

jillr commented Aug 2, 2021

recheck

@mandar242 mandar242 requested a review from jillr August 6, 2021 16:34
@mandar242 mandar242 requested a review from Akasurde August 6, 2021 16:34
@ansibullbot ansibullbot removed the new_contributor Help guide this first time contributor label Aug 13, 2021
Copy link
Contributor

@tremble tremble left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution.

With tests it's good to do a four-step test for each 'change'

  • Try change in check-mode (assert changed)
  • Try change (assert changed and state)
  • Repeat change in check-mode (assert not changed)
  • Repeat change (assert state and not changed)

@mandar242 mandar242 requested a review from tremble August 17, 2021 00:23
@jillr jillr added the gate label Aug 19, 2021
Copy link
Contributor

@ansible-zuul ansible-zuul bot left a comment

Choose a reason for hiding this comment

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

LGTM!

@ansible-zuul ansible-zuul bot merged commit 09a8535 into ansible-collections:main Aug 19, 2021
@mandar242 mandar242 deleted the ec2_metadata_opt_support branch August 24, 2021 17:42
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
rds_instance: map Tags parameters from dict to list on restore_db_instance_from_db_snapshot method

Reviewed-by: https://github.com/apps/ansible-zuul
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
rds_instance: map Tags parameters from dict to list on restore_db_instance_from_db_snapshot method

Reviewed-by: https://github.com/apps/ansible-zuul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review feature This issue/PR relates to a feature request integration tests/integration module module plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ec2_instance: Add support for controlling the Metadata options
5 participants