6.3.0 (2025-12-10)
Storage Box support
This release adds support for the new Storage Box API.
Storage Box support is experimental, breaking changes may occur within minor releases.
See the experimental tracking issue for more details.
Examples
- name: Create a Storage Box
hetzner.hcloud.storage_box:
name: backups
storage_box_type: bx11
location: fsn1
password: my-secret
access_settings:
reachable_externally: true
ssh_enabled: true
state: present
- name: Create a Storage Box Subaccount
hetzner.hcloud.storage_box_subaccount:
storage_box: backups
name: subaccount1
home_directory: backups/subaccount1
password: secret
access_settings:
readonly: true
labels:
env: prod
state: present
- name: Take a Storage Box Snapshot
hetzner.hcloud.storage_box_snapshot:
storage_box: backups
description: before app migration
labels:
env: prod
state: present