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

This commit is contained in:
Maximilian Kratz 2023-04-17 10:04:31 +02:00
parent a76ffe998f
commit b696e2503f
1 changed files with 1 additions and 0 deletions

View File

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