Skip to content

Commit

Permalink
terraform/do/dns: remove build.voidlinux.org name
Browse files Browse the repository at this point in the history
now behind omniproxy
  • Loading branch information
classabbyamp committed Sep 28, 2024
1 parent c226422 commit d0f0a45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/do/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,6 @@ resource "digitalocean_record" "d_sfo3_us" {
# just CNAMEs onto other machines defined above. #
#######################################################################

resource "digitalocean_record" "build" {
domain = digitalocean_domain.voidlinux_org.name
type = "CNAME"
name = "build"
value = "a-hel-fi.m.${digitalocean_domain.voidlinux_org.name}."
}

resource "digitalocean_record" "devspace" {
domain = digitalocean_domain.voidlinux_org.name
type = "CNAME"
Expand Down

0 comments on commit d0f0a45

Please sign in to comment.