From 3438657f92c6e85ffe2221d43468a02fe45e5fb4 Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Sat, 5 Aug 2023 11:30:46 -0700 Subject: [PATCH] doc fixes --- plugins/modules/ec2_ami.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/ec2_ami.py b/plugins/modules/ec2_ami.py index 07da7a0fa4b..d2edd69b907 100644 --- a/plugins/modules/ec2_ami.py +++ b/plugins/modules/ec2_ami.py @@ -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: