Files
infrastructure/terraform/modules/dns/zenitho/main.tf
Noah b8816b1526
Some checks failed
Terraform Plan / plan (push) Failing after 0s
redid dns
2025-12-25 16:08:22 +01:00

17 lines
284 B
HCL

terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.57.0"
}
netbox = {
source = "e-breuninger/netbox"
version = "5.0.0"
}
}
}
resource "hcloud_zone" "zenitho" {
name = "zenitho.de"
mode = "primary"
}