Merge pull request 'Update Terraform hcloud to ~> 1.41.0' (#7) from renovate/all into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-22 10:53:11 +00:00
committed by Gitea
parent 728ae8ebe0
commit f2feb28cee
2 changed files with 17 additions and 17 deletions

View File

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