chore: update Terraform providers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter 2023-10-10 22:24:29 +02:00
parent 15d7b17e7a
commit 0a77d65c13
No known key found for this signature in database

View file

@ -2,11 +2,11 @@ terraform {
required_providers {
coder = {
source = "coder/coder"
version = "~> 0.11.1"
version = "~> 0.12.2"
}
hcloud = {
source = "hetznercloud/hcloud"
version = "1.41.0"
version = "1.44.1"
}
}
}