redid dns
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2025-12-25 16:08:22 +01:00
parent ec6355b084
commit b8816b1526
6 changed files with 27 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = "1.57.0"
}
netbox = {
source = "e-breuninger/netbox"
version = "5.0.0"
}
}
}
resource "hcloud_zone" "avlabs" {
name = "avlabs.ovh"
mode = "primary"
}

View File