Skip to content

Commit

Permalink
Update documentation for security_groups parameter (#61)
Browse files Browse the repository at this point in the history
Clarified documentation surrounding using security_groups for any VPC other than Default.
  • Loading branch information
wimnat authored Aug 15, 2020
1 parent ffe14f9 commit 25b9661
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/modules/ec2_launch_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25b9661

Please sign in to comment.