Skip to content

Commit 6586f6a

Browse files
committed
terraform/do: Provision record for a-sea-us
1 parent 1412d94 commit 6586f6a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform/do/dns.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,13 @@ resource "digitalocean_record" "a_sfo3_us" {
345345
value = digitalocean_droplet.a_sfo3_us.ipv4_address
346346
}
347347

348+
resource "digitalocean_record" "a_sea_us" {
349+
domain = digitalocean_domain.voidlinux_org.name
350+
type = "A"
351+
name = "a-sea-us.m"
352+
value = "199.255.18.172"
353+
}
354+
348355
#######################################################################
349356
# Services #
350357
# #

0 commit comments

Comments
 (0)