mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Remove dead DNS record: satisfactory.pez.sh (#7)
nuremberg-b (162.55.55.2) has been decommissioned, this record is stale. Closes PESO-75
This commit is contained in:
parent
69f895c5cd
commit
8548050772
1 changed files with 0 additions and 9 deletions
|
|
@ -261,15 +261,6 @@ resource "cloudflare_dns_record" "rss" {
|
|||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "satisfactory" {
|
||||
zone_id = cloudflare_zone.pez-sh.id
|
||||
name = "satisfactory"
|
||||
type = "A"
|
||||
content = "162.55.55.2"
|
||||
proxied = false
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
resource "cloudflare_dns_record" "sonarr" {
|
||||
zone_id = cloudflare_zone.pez-sh.id
|
||||
name = "sonarr"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue