Skip to content

Releases: danylomikula/terraform-hcloud-server

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:32
2b1cd01

3.0.0 (2026-07-10)

⚠ BREAKING CHANGES

  • requires terraform >= 1.14.0; allow_deprecated_images, ipv4_enabled and ipv6_enabled removed from the servers variable.

Features

  • align module with provider v1.66.0 (#6) (886ab12)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 03 May 23:21
6a15975

2.0.0 (2026-05-03)

⚠ BREAKING CHANGES

  • removed datacenter input and the datacenter and backup_window outputs from the servers map. Consumers must switch to location for server placement and to the backups boolean to check whether backups are enabled. Minimum supported Terraform raised to 1.13.0 and minimum hcloud provider to 1.62.0.

Features

  • align module with provider v1.62.0 (#3) (8a11ff4)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 02:23
2f430fc

1.0.0 (2025-11-24)

Features