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_eip tagging support #332

Merged
merged 3 commits into from
Oct 17, 2021

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Dec 11, 2020

SUMMARY

Add support for tagging EIPs on creation.

Todo:

  • EIP Tagging
  • Tests
  • Retry decorator

Note: While it's now possible to pass tagging information into the association call this was only added Dec 2020 so won't work for most folks.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ec2_eip
ec2_eip_info

ADDITIONAL INFORMATION

fixes: #331

@ansibullbot
Copy link

@ansibullbot ansibullbot added WIP Work in progress feature This issue/PR relates to a feature request integration tests/integration module module needs_triage plugins plugin (any type) tests tests labels Jan 13, 2021
@tremble tremble changed the title [WIP] ec2_eip tagging support ec2_eip tagging support Oct 16, 2021
@ansibullbot
Copy link

@ansibullbot ansibullbot added community_review and removed WIP Work in progress labels Oct 16, 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 02836f3 into ansible-collections:main Oct 17, 2021
@tremble tremble deleted the tagging/ec2_eip branch November 26, 2021 12:44
abikouo pushed a commit to abikouo/community.aws that referenced this pull request Oct 24, 2023
ec2_eip tagging support

SUMMARY
Add support for tagging EIPs on creation.
Todo:

 EIP Tagging
 Tests
 Retry decorator

Note: While it's now possible to pass tagging information into the association call this was only added Dec 2020 so won't work for most folks.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_eip
ec2_eip_info
ADDITIONAL INFORMATION
fixes: ansible-collections#331

Reviewed-by: Rick Mendes <None>
Reviewed-by: None <None>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@02836f3
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.

EIP items should allow tagging.
3 participants