Skip to content

Commit 6df6dc5

Browse files
committed
terraform/do: add a-nbg-de
1 parent b1145f7 commit 6df6dc5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

terraform/do/dns.tf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,20 @@ resource "digitalocean_record" "a_sea_us" {
352352
value = "199.255.18.172"
353353
}
354354

355+
resource "digitalocean_record" "a_nbg_de" {
356+
domain = digitalocean_domain.voidlinux_org.name
357+
type = "A"
358+
name = "a-nbg-de.m"
359+
value = "152.53.154.59"
360+
}
361+
362+
resource "digitalocean_record" "a_nbg_de_v6" {
363+
domain = digitalocean_domain.voidlinux_org.name
364+
type = "AAAA"
365+
name = "a-nbg-de.m"
366+
value = "2a00:11c0:47:331e::"
367+
}
368+
355369
#######################################################################
356370
# Services #
357371
# #

0 commit comments

Comments
 (0)