1
0
Fork 0
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:
jo 2025-12-09 13:07:22 +01:00
parent b6d6c1e826
commit b15e37d446
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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