mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-24 09:59:08 -07:00
Added instance_type to ec2_lc variable list
This commit is contained in:
parent
31f7a0693e
commit
9770c7f47d
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ options:
|
||||||
description:
|
description:
|
||||||
- Unique name for configuration
|
- Unique name for configuration
|
||||||
required: true
|
required: true
|
||||||
|
instance_type:
|
||||||
|
description:
|
||||||
|
- instance type to use for the instance
|
||||||
|
required: true
|
||||||
|
default: null
|
||||||
|
aliases: []
|
||||||
image_id:
|
image_id:
|
||||||
description:
|
description:
|
||||||
- The AMI unique identifier to be used for the group
|
- The AMI unique identifier to be used for the group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue