Fix capitalization of AWS in ec2_lc module documentation
This commit is contained in:
parent
9f3660893e
commit
f14953f479
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DOCUMENTATION = """
|
|||
module: ec2_lc
|
||||
short_description: Create or delete AWS Autoscaling Launch Configurations
|
||||
description:
|
||||
- Can create or delete AwS Autoscaling Configurations
|
||||
- Can create or delete AWS Autoscaling Configurations
|
||||
- Works with the ec2_asg module to manage Autoscaling Groups
|
||||
notes:
|
||||
- "Amazon ASG Autoscaling Launch Configurations are immutable once created, so modifying the configuration
|
||||
|
|
Loading…
Reference in a new issue