mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-17 05:42:38 -07:00
defghi*: style adjustments (#9532)
* defghi*: style adjustments * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
838cdaab42
commit
8cef0ee551
26 changed files with 69 additions and 73 deletions
|
@ -86,22 +86,22 @@ EXAMPLES = r"""
|
|||
RETURN = r"""
|
||||
id:
|
||||
description:
|
||||
- The id of vpc.
|
||||
- The ID of VPC.
|
||||
type: str
|
||||
returned: success
|
||||
name:
|
||||
description:
|
||||
- The name of vpc.
|
||||
- The name of VPC.
|
||||
type: str
|
||||
returned: success
|
||||
cidr:
|
||||
description:
|
||||
- The range of available subnets in the vpc.
|
||||
- The range of available subnets in the VPC.
|
||||
type: str
|
||||
returned: success
|
||||
status:
|
||||
description:
|
||||
- The status of vpc.
|
||||
- The status of VPC.
|
||||
type: str
|
||||
returned: success
|
||||
routes:
|
||||
|
@ -122,7 +122,7 @@ routes:
|
|||
returned: success
|
||||
enable_shared_snat:
|
||||
description:
|
||||
- Show whether the shared snat is enabled.
|
||||
- Show whether the shared SNAT is enabled.
|
||||
type: bool
|
||||
returned: success
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue