Updates the Terraform provider to v1.38.0 to fix the prov bug #28

Merged
maxkratz merged 1 commit from hotfix/hcloud-arm-provider-bug into main 2023-04-17 08:17:31 +00:00

View file

@ -35,6 +35,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.38.0"
}
}
}