hwc_network_vpc: fix typo (#57977)

This commit is contained in:
zhongjun2 2019-06-18 13:42:38 +08:00 committed by René Moser
parent 40540f4d98
commit c58b715f82

View file

@ -57,12 +57,12 @@ options:
default: '15m' default: '15m'
name: name:
description: description:
- the name of vpc. - The name of vpc.
type: str type: str
required: true required: true
cidr: cidr:
description: description:
- the range of available subnets in the vpc. - The range of available subnets in the vpc.
type: str type: str
required: true required: true
extends_documentation_fragment: hwc extends_documentation_fragment: hwc