Skip to content

Commit 0736fe6

Browse files
committed
terraform/do: Deprovision {b,c,d}-sfo3-us
1 parent 57e8695 commit 0736fe6

File tree

4 files changed

+1
-59
lines changed

4 files changed

+1
-59
lines changed

terraform/do/content_bucket.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

terraform/do/controller.tf

Lines changed: 0 additions & 29 deletions
This file was deleted.

terraform/do/dns.tf

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff 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

391370
resource "digitalocean_record" "popcorn" {

terraform/do/project.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)