added avii dns zone
Some checks failed
Terraform Plan / plan (push) Failing after 0s

This commit is contained in:
2025-12-26 11:35:02 +01:00
parent c2169720e1
commit 64bcdc226c
2 changed files with 17 additions and 0 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" "avii" {
name = "avii.ovh"
mode = "primary"
}

View File