-
Notifications
You must be signed in to change notification settings - Fork 398
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_vpc_endpoint - deprecate policy_file #366
Merged
jillr
merged 3 commits into
ansible-collections:main
from
tremble:ec2_vpc_endpoint/deprecate-policy_file
Feb 12, 2021
Merged
ec2_vpc_endpoint - deprecate policy_file #366
jillr
merged 3 commits into
ansible-collections:main
from
tremble:ec2_vpc_endpoint/deprecate-policy_file
Feb 12, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansibullbot
added
community_review
feature
This issue/PR relates to a feature request
module
module
needs_triage
owner_pr
PR created by owner/maintainer
plugins
plugin (any type)
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
tests
tests
and removed
community_review
owner_pr
PR created by owner/maintainer
labels
Jan 20, 2021
tremble
force-pushed
the
ec2_vpc_endpoint/deprecate-policy_file
branch
from
January 20, 2021 19:36
360825e
to
5fdf8d0
Compare
jillr
approved these changes
Feb 12, 2021
ethemcemozkan
pushed a commit
to ethemcemozkan/community.aws
that referenced
this pull request
Feb 18, 2021
* deprecate policy_file * ignore file * changelog
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 16, 2021
…ns#366) * deprecate policy_file * ignore file * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@820e5cd
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 19, 2021
* deprecate policy_file * ignore file * changelog
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
Jul 19, 2021
* deprecate policy_file * ignore file * changelog
danielcotton
pushed a commit
to danielcotton/community.aws
that referenced
this pull request
Nov 23, 2021
* deprecate policy_file * ignore file * changelog
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
* deprecate policy_file * ignore file * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@820e5cd
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
ec2_vol: Add support for OutpostArn param SUMMARY Added support for OutpostArn param in ec2_vol. Fixes ansible-collections#366. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vol Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: None <None>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
This issue/PR relates to a feature request
module
module
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
needs_triage
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Reading policy from policy_file uses a simple open and doesn't follow the standard lookup paths. Recommend people use policy with a lookup
ISSUE TYPE
COMPONENT NAME
ec2_vpc_endpoint
ADDITIONAL INFORMATION