Skip to content

Commit d76434d

Browse files
classabbyampthe-maldridge
authored andcommitted
terraform/do/dns: remove build.voidlinux.org name
now behind omniproxy Closes: #211 [via git-merge-pr]
1 parent 56a0a57 commit d76434d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

terraform/do/dns.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,6 @@ resource "digitalocean_record" "d_sfo3_us" {
360360
# just CNAMEs onto other machines defined above. #
361361
#######################################################################
362362

363-
resource "digitalocean_record" "build" {
364-
domain = digitalocean_domain.voidlinux_org.name
365-
type = "CNAME"
366-
name = "build"
367-
value = "a-hel-fi.m.${digitalocean_domain.voidlinux_org.name}."
368-
}
369-
370363
resource "digitalocean_record" "devspace" {
371364
domain = digitalocean_domain.voidlinux_org.name
372365
type = "CNAME"

0 commit comments

Comments
 (0)