[ec2_launch_template] Update description of state param (#63147)

##### SUMMARY
Currently, it is not possible to delete specific versions of an ec2 launch template. The module docs incorrectly suggest that there is a `version` param to the module that can be used to do that. This patch aims to correct that error.


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
pull/63878/head
Prasad Katti 5 years ago committed by ansibot
parent bd6d4b5b3a
commit 7ea7260753

@ -44,10 +44,8 @@ options:
default: latest
state:
description:
- Whether the launch template should exist or not. To delete only a
specific version of a launch template, combine I(state=absent) with
the I(version) option. By default, I(state=absent) will remove all
versions of the template.
- Whether the launch template should exist or not.
- Deleting specific versions of a launch template is not supported at this time.
choices: [present, absent]
default: present
block_device_mappings:

Loading…
Cancel
Save