Tobias Manske cdb62807d9
Cleanup
Disable Discord Notifications for now

Revert "Disable Discord Notifications for now"

This reverts commit 4acd1a613e68bfc2e62152a0f07b0be11c865f24.
2022-07-16 18:44:21 +02:00

21 lines
290 B
HCL

terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.32.0"
}
local = {
source = "hashicorp/local"
version = ">= 2.1.0"
}
tls = {
source = "hashicorp/tls"
version = ">= 3.1.0"
}
}
}