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 56a0a57 commit d76434dCopy full SHA for d76434d
terraform/do/dns.tf
@@ -360,13 +360,6 @@ resource "digitalocean_record" "d_sfo3_us" {
360
# just CNAMEs onto other machines defined above. #
361
#######################################################################
362
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
-
370
resource "digitalocean_record" "devspace" {
371
domain = digitalocean_domain.voidlinux_org.name
372
type = "CNAME"
0 commit comments