Improved language around in_vpc parameter. (#36137)

pull/4420/head
kbreit 2018-02-16 07:14:58 -06:00 committed by John R Barker
parent a7c2f6d092
commit 6a3fd92654
1 changed files with 1 additions and 1 deletions

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"