Update Terraform hcloud to v1.42.0

This commit is contained in:
Kasper Juul Hermansen 2023-07-24 13:19:21 +00:00
parent 754368ffce
commit 92d94903a7

View File

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