mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Improved language around in_vpc parameter. (#36137)
This commit is contained in:
parent
a7c2f6d092
commit
6a3fd92654
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ options:
|
||||||
default: present
|
default: present
|
||||||
in_vpc:
|
in_vpc:
|
||||||
description:
|
description:
|
||||||
- allocate an EIP inside a VPC or not
|
- Allocate an EIP inside a VPC or not. Required if specifying an ENI.
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
version_added: "1.4"
|
version_added: "1.4"
|
||||||
|
|
Loading…
Reference in a new issue