mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
19 lines
299 B
HCL
19 lines
299 B
HCL
terraform {
|
|
required_providers {
|
|
hcloud = {
|
|
source = "hetznercloud/hcloud"
|
|
version = "1.48.1"
|
|
}
|
|
|
|
hetznerdns = {
|
|
source = "timohirt/hetznerdns"
|
|
version = "2.2.0"
|
|
}
|
|
|
|
tailscale = {
|
|
source = "tailscale/tailscale"
|
|
version = "0.17.2"
|
|
}
|
|
}
|
|
}
|