Merge pull request 'Update Terraform hcloud to v1.41.0' (#17) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-06-22 11:11:20 +00:00 committed by Gitea
parent 3796dcce50
commit 754368ffce

View File

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