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

[PR #1752/5c10d4d1 backport][stable-6] ec2_ami - fix org-owner version_added #1754

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/20230911-ec2_ami-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- ec2_ami - fix version_added for org owners.
4 changes: 2 additions & 2 deletions plugins/modules/ec2_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@
type: list
elements: str
required: false
version_added: 6.4.0
version_added: 6.5.0
org_unit_arns:
description: List of The Amazon Resource Name(s) (ARN) of an organizational unit(s) (OU).
type: list
elements: str
required: false
version_added: 6.4.0
version_added: 6.5.0
image_location:
description:
- The S3 location of an image to use for the AMI.
Expand Down