This commit is contained in:
@@ -53,3 +53,27 @@ resource "hcloud_zone_rrset" "txt" {
|
||||
|
||||
change_protection = false
|
||||
}
|
||||
|
||||
resource "hcloud_zone_rrset" "gitea" {
|
||||
zone = hcloud_zone.avlabs.name
|
||||
name = "gitea"
|
||||
type = "A"
|
||||
|
||||
records = [
|
||||
{ value = "91.98.205.65", comment = "Gitea Server" },
|
||||
]
|
||||
|
||||
change_protection = false
|
||||
}
|
||||
|
||||
resource "hcloud_zone_rrset" "netbox" {
|
||||
zone = hcloud_zone.avlabs.name
|
||||
name = "netbox"
|
||||
type = "A"
|
||||
|
||||
records = [
|
||||
{ value = "91.98.205.65", comment = "Netbox Server" },
|
||||
]
|
||||
|
||||
change_protection = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user