mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -66,15 +66,15 @@ subnet_group:
|
|||
name:
|
||||
description: The name of the DB subnet group
|
||||
returned: I(state=present)
|
||||
type: string
|
||||
type: str
|
||||
description:
|
||||
description: The description of the DB subnet group
|
||||
returned: I(state=present)
|
||||
type: string
|
||||
type: str
|
||||
vpc_id:
|
||||
description: The VpcId of the DB subnet group
|
||||
returned: I(state=present)
|
||||
type: string
|
||||
type: str
|
||||
subnet_ids:
|
||||
description: Contains a list of Subnet IDs
|
||||
returned: I(state=present)
|
||||
|
@ -82,7 +82,7 @@ subnet_group:
|
|||
status:
|
||||
description: The status of the DB subnet group
|
||||
returned: I(state=present)
|
||||
type: string
|
||||
type: str
|
||||
'''
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue