This commit is contained in:
@@ -11,3 +11,7 @@ terraform {
|
||||
}
|
||||
}
|
||||
|
||||
resource "hcloud_zone" "avlabs" {
|
||||
name = "avlabs.ovh"
|
||||
mode = "primary"
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
variable "tld_labs" {
|
||||
description: "Avlabs TLD"
|
||||
}
|
||||
17
terraform/modules/dns/zenitho/main.tf
Normal file
17
terraform/modules/dns/zenitho/main.tf
Normal 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" "zenitho" {
|
||||
name = "zenitho.de"
|
||||
mode = "primary"
|
||||
}
|
||||
0
terraform/modules/dns/zenitho/output.tf
Normal file
0
terraform/modules/dns/zenitho/output.tf
Normal file
Reference in New Issue
Block a user