Update Terraform hcloud to v1.50.1

This commit is contained in:
Kasper Juul Hermansen 2025-04-25 00:49:04 +00:00
parent 629be846af
commit d34d00f3f4

View File

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