Put the new website live

This commit is contained in:
Jake Howard
2022-10-30 12:04:15 +00:00
parent 08afdd951e
commit d81ed290d7
7 changed files with 2 additions and 139 deletions

View File

@ -165,14 +165,6 @@ resource "cloudflare_record" "theorangeonenet_plausible_bare" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_pages" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "pages"
value = vultr_instance.walker.main_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_notes" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "notes"