mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ec2_launch_template - fix spelling mistake (#55383)
This commit is contained in:
parent
4ec8599c38
commit
272dceef42
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ options:
|
|||
ebs:
|
||||
description: Parameters used to automatically set up EBS volumes when the instance is launched.
|
||||
suboptions:
|
||||
delete_on_termintation:
|
||||
delete_on_termination:
|
||||
description: Indicates whether the EBS volume is deleted on instance termination.
|
||||
type: bool
|
||||
encrypted:
|
||||
|
|
Loading…
Reference in a new issue