Skip to content

Commit

Permalink
improve doc (ansible-collections#901)
Browse files Browse the repository at this point in the history
Improve doc of ec2_launch_template module

SUMMARY

Add information about how the ec2_launch_template handles initial creation of the launch template, or creation of a new version of the launch template.

ISSUE TYPE

Docs Pull Request

COMPONENT NAME

ec2_launch_template
ADDITIONAL INFORMATION

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: Mark Chappell <None>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@37d758e
  • Loading branch information
sebastien-rosset authored and abikouo committed Oct 18, 2024
1 parent 8ac6e48 commit 82de05e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/modules/ec2_launch_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
template_name:
description:
- The template name. This must be unique in the region-account combination you are using.
- If no launch template exists with the specified name, a new launch template is created.
- If a launch template with the specified name already exists and the configuration has not changed,
nothing happens.
- If a launch template with the specified name already exists and the configuration has changed,
a new version of the launch template is created.
aliases: [name]
type: str
default_version:
Expand Down

0 comments on commit 82de05e

Please sign in to comment.