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'
|
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
|
||||||
|
|
Loading…
Reference in a new issue