mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Remove old matrix domain
This commit is contained in:
parent
d791dc4486
commit
261c8748ff
2 changed files with 1 additions and 11 deletions
|
|
@ -83,16 +83,6 @@ resource "desec_rrset" "jakehowardtech_media" {
|
|||
]
|
||||
}
|
||||
|
||||
resource "desec_rrset" "jakehowardtech_matrix" {
|
||||
domain = desec_domain.jakehowardtech.name
|
||||
subname = "matrix"
|
||||
type = "CNAME"
|
||||
ttl = local.dns_ttl_default
|
||||
records = [
|
||||
"${desec_rrset.sys_domain_grimes.subname}.${desec_rrset.sys_domain_grimes.domain}."
|
||||
]
|
||||
}
|
||||
|
||||
resource "desec_rrset" "jakehowardtech_intersect" {
|
||||
domain = desec_domain.jakehowardtech.name
|
||||
subname = "intersect"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue