nixos-config/terraform/version.tf
Gabriel Arazas 50526a608b
terraform: init
Welp, we're now making it fully declarative for the entire cluster
instead of individual submodules.
2024-10-09 12:52:04 +08:00

14 lines
212 B
HCL

terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.48.1"
}
hetznerdns = {
source = "timohirt/hetznerdns"
version = "2.2.0"
}
}
}