Remove authentik

It's a bigger application than I need, and I wasn't actually using it for anything anyway
This commit is contained in:
Jake Howard
2023-02-23 19:50:44 +00:00
parent b0cf6c2680
commit 92012a42e1
7 changed files with 0 additions and 123 deletions

View File

@ -156,14 +156,6 @@ resource "cloudflare_record" "jakehowardtech_tandoor" {
ttl = 1
}
resource "cloudflare_record" "jakehowardtech_auth" {
zone_id = cloudflare_zone.jakehowardtech.id
name = "auth"
value = linode_instance.casey.ip_address
type = "A"
ttl = 1
}
resource "cloudflare_record" "jakehowardtech_mailgun_spf" {
zone_id = cloudflare_zone.jakehowardtech.id
name = "mg"