Improved language around in_vpc parameter. (#36137)

This commit is contained in:
kbreit 2018-02-16 07:14:58 -06:00 committed by John R Barker
parent a7c2f6d092
commit 6a3fd92654

View file

@ -42,7 +42,7 @@ options:
default: present
in_vpc:
description:
- allocate an EIP inside a VPC or not
- Allocate an EIP inside a VPC or not. Required if specifying an ENI.
required: false
default: false
version_added: "1.4"