Skip to content

Commit

Permalink
Add parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseterc committed Sep 24, 2020
1 parent 581263c commit cd0623d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/modules/ec2_launch_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@
For any VPC other than Default, you must use I(security_group_ids).
type: list
elements: str
source_version:
description: >
The version number of the launch template version on which to base the new version.
The new version inherits the same launch parameters as the source version, except for parameters that you explicity specify.
Snapshots applied to the block device mapping are ignored when creating a new version unless they are explicitly included.
type: string
default: latest
tags:
type: dict
description:
Expand Down

0 comments on commit cd0623d

Please sign in to comment.