We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1412d94 commit 6586f6aCopy full SHA for 6586f6a
terraform/do/dns.tf
@@ -345,6 +345,13 @@ resource "digitalocean_record" "a_sfo3_us" {
345
value = digitalocean_droplet.a_sfo3_us.ipv4_address
346
}
347
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
+
355
#######################################################################
356
# Services #
357
# #
0 commit comments