From 0b1344357854f735beaf081f5d948c2d31b89d88 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 3 Dec 2023 14:50:19 +0100 Subject: [PATCH] fix: remove DNS ttl until we need it again --- terraform/dns.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index f7380ab..31a2462 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -38,13 +38,11 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "obs-portal" type = "A" address = "80.71.153.210" - ttl = 60 } record { hostname = "vpn" type = "A" address = "80.71.153.210" - ttl = 60 } record { hostname = "cache" @@ -81,7 +79,6 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "turn" type = "A" address = "138.201.80.102" - ttl = 300 } record { hostname = "grafana" @@ -92,7 +89,6 @@ resource "namecheap_domain_records" "pub-solar" { hostname = "hpb" type = "A" address = "80.71.153.239" - ttl = 60 } record { hostname = "files"