File tree Expand file tree Collapse file tree 4 files changed +1
-59
lines changed
Expand file tree Collapse file tree 4 files changed +1
-59
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -332,27 +332,6 @@ resource "digitalocean_record" "a_sfo3_us" {
332332 value = digitalocean_droplet. a_sfo3_us . ipv4_address
333333}
334334
335- resource "digitalocean_record" "b_sfo3_us" {
336- domain = digitalocean_domain. voidlinux_org . name
337- type = " A"
338- name = " b-sfo3-us.m"
339- value = digitalocean_droplet. b_sfo3_us . ipv4_address
340- }
341-
342- resource "digitalocean_record" "c_sfo3_us" {
343- domain = digitalocean_domain. voidlinux_org . name
344- type = " A"
345- name = " c-sfo3-us.m"
346- value = digitalocean_droplet. c_sfo3_us . ipv4_address
347- }
348-
349- resource "digitalocean_record" "d_sfo3_us" {
350- domain = digitalocean_domain. voidlinux_org . name
351- type = " A"
352- name = " d-sfo3-us.m"
353- value = digitalocean_droplet. d_sfo3_us . ipv4_address
354- }
355-
356335# ######################################################################
357336# Services #
358337# #
@@ -385,7 +364,7 @@ resource "digitalocean_record" "netauth" {
385364 domain = digitalocean_domain. voidlinux_org . name
386365 type = " CNAME"
387366 name = " netauth"
388- value = " a-sfo3-us .m.${ digitalocean_domain . voidlinux_org . name } ."
367+ value = " i-hel-fi .m.${ digitalocean_domain . voidlinux_org . name } ."
389368}
390369
391370resource "digitalocean_record" "popcorn" {
Original file line number Diff line number Diff line change @@ -9,11 +9,7 @@ resource "digitalocean_project_resources" "void" {
99 project = digitalocean_project. void_prod . id
1010 resources = [
1111 digitalocean_spaces_bucket . custom_images . urn ,
12- digitalocean_spaces_bucket . generated_content . urn ,
1312 digitalocean_droplet . a_sfo3_us . urn ,
14- digitalocean_droplet . b_sfo3_us . urn ,
15- digitalocean_droplet . c_sfo3_us . urn ,
16- digitalocean_droplet . d_sfo3_us . urn ,
1713 digitalocean_domain . voidlinux_org . urn ,
1814 ]
1915}
You can’t perform that action at this time.
0 commit comments