mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
moar fixes (sanity)
This commit is contained in:
parent
b6d6c1e826
commit
b15e37d446
2 changed files with 5 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ options:
|
|||
description:
|
||||
- ID or Name of the parent Storage Box.
|
||||
- Using the ID is preferred, to reduce the amount of API requests.
|
||||
type: int
|
||||
type: str
|
||||
required: true
|
||||
id:
|
||||
description:
|
||||
|
|
@ -134,7 +134,7 @@ hcloud_storage_box_snapshot:
|
|||
description: Point in time when the Storage Box Snapshot was created (in RFC3339 format).
|
||||
returned: always
|
||||
type: str
|
||||
sample: 2025-12-03T13:47:47Z
|
||||
sample: "2025-12-03T13:47:47Z"
|
||||
"""
|
||||
|
||||
from ..module_utils import storage_box, storage_box_snapshot
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@ options:
|
|||
storage_box:
|
||||
description:
|
||||
- ID or Name of the parent Storage Box.
|
||||
type: int
|
||||
- Using the ID is preferred, to reduce the amount of API requests.
|
||||
type: str
|
||||
required: true
|
||||
id:
|
||||
description:
|
||||
|
|
@ -127,7 +128,7 @@ hcloud_storage_box_snapshot_info:
|
|||
description: Point in time when the Storage Box Snapshot was created (in RFC3339 format).
|
||||
returned: always
|
||||
type: str
|
||||
sample: 2025-12-03T13:47:47Z
|
||||
sample: "2025-12-03T13:47:47Z"
|
||||
"""
|
||||
|
||||
from ..module_utils import storage_box, storage_box_snapshot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue