mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docs: ec2_lc_facts: adjust version_added
This commit is contained in:
parent
2e72ec40ae
commit
952add5920
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ module: ec2_lc_facts
|
|||
short_description: Gather facts about AWS Autoscaling Launch Configurations
|
||||
description:
|
||||
- Gather facts about AWS Autoscaling Launch Configurations
|
||||
version_added: "2.2"
|
||||
version_added: "2.3"
|
||||
author: "Loïc Latreille (@psykotox)"
|
||||
requirements: [ boto3 ]
|
||||
options:
|
||||
|
@ -136,7 +136,7 @@ security_groups:
|
|||
description: Security groups to associated
|
||||
type: list
|
||||
sample: "[
|
||||
'web'
|
||||
'web'
|
||||
]"
|
||||
user_data:
|
||||
description: User data available
|
||||
|
|
Loading…
Reference in a new issue