Skip to content
Snippets Groups Projects
Verified Commit a3b75310 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Remove accidentally added Fastly backed subdomain

It was not supposed to go in the commit and it will be added at later
date, when it is ready(ish).

Fixes: 122eb202 ("Add dedicated Fastly billing account")
parent 8e8fe2c5
No related branches found
No related tags found
No related merge requests found
Pipeline #87531 passed
......@@ -457,13 +457,6 @@ resource "hetznerdns_record" "archlinux_page_archinstall_cname" {
type = "CNAME"
}
resource "hetznerdns_record" "pkgbuild_com_teapot_cname" {
zone_id = hetznerdns_zone.pkgbuild.id
name = "teapot.mirror"
value = "t.sni.global.fastly.net."
type = "CNAME"
}
resource "hetznerdns_record" "archlinux_page_origin_ns3" {
zone_id = hetznerdns_zone.archlinux_page.id
name = "@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment