hwc_network_vpc: fix typo (#57977)
This commit is contained in:
parent
40540f4d98
commit
c58b715f82
1 changed files with 2 additions and 2 deletions
|
@ -57,12 +57,12 @@ options:
|
|||
default: '15m'
|
||||
name:
|
||||
description:
|
||||
- the name of vpc.
|
||||
- The name of vpc.
|
||||
type: str
|
||||
required: true
|
||||
cidr:
|
||||
description:
|
||||
- the range of available subnets in the vpc.
|
||||
- The range of available subnets in the vpc.
|
||||
type: str
|
||||
required: true
|
||||
extends_documentation_fragment: hwc
|
||||
|
|
Loading…
Reference in a new issue