Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Aug 5, 2023
1 parent 8fc7550 commit 3438657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/ec2_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
- C(org_arns)
- C(org_unit_arns)
- C(user_ids) should be a list of account IDs.
- C(group_name) should be a list of groups, C(all) is the only acceptable value currently.
- C(org_arn) should be Amazon Resource Name (ARN) of an organization.
- C(org_unit_arn) should be Amazon Resource Name (ARN) of an organizational unit (OU).
- C(group_names) should be a list of groups, C(all) is the only acceptable value currently.
- C(org_arns) should be a list of Amazon Resource Name (ARN) of an organization.
- C(org_unit_arns) should be a list of Amazon Resource Name (ARN) of an organizational unit (OU).
- You must pass all desired launch permissions if you wish to modify existing launch permissions (passing just groups will remove all users).
type: dict
image_location:
Expand Down

0 comments on commit 3438657

Please sign in to comment.