From 18106fc743388dc0e1b00b246bc462ab6bca07e6 Mon Sep 17 00:00:00 2001 From: Rob White Date: Sun, 16 Aug 2020 00:04:56 +1000 Subject: [PATCH] Update documentation for security_groups parameter (#61) Clarified documentation surrounding using security_groups for any VPC other than Default. --- plugins/modules/ec2_launch_template.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/modules/ec2_launch_template.py b/plugins/modules/ec2_launch_template.py index 2f7b529146e..4553a8e794d 100644 --- a/plugins/modules/ec2_launch_template.py +++ b/plugins/modules/ec2_launch_template.py @@ -307,7 +307,9 @@ type: list elements: str security_groups: - description: A list of security group names (VPC or EC2-Classic) that the new instances will be added to. + description: > + A list of security group names (Default VPC or EC2-Classic) that the new instances will be added to. + For any VPC other than Default, you must use I(security_group_ids). type: list elements: str tags: