Skip to content

Commit

Permalink
Update documentation for security_groups parameter (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#61)

Clarified documentation surrounding using security_groups for any VPC other than Default.
  • Loading branch information
wimnat authored Aug 15, 2020
1 parent 2bdaf5a commit 18106fc
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 18106fc

Please sign in to comment.