Update Terraform hcloud to v1.51.0

This commit is contained in:
Kasper Juul Hermansen 2025-05-21 00:47:01 +00:00
parent 629be846af
commit 92133ee212

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.50.0"
version = "1.51.0"
}
}