Deploy authentik
Not integrated into other services quite yet. But it's there
This commit is contained in:
@ -147,3 +147,11 @@ resource "cloudflare_record" "jakehowardtech_tandoor" {
|
||||
type = "A"
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user