From 8ec093da85fdd820ca96238145abc7cb132d5423 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Thu, 3 Apr 2025 07:46:08 -0400 Subject: atlas: stop hosting victorialogs/victoriametrics & grafana --- terraform/dns.tf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'terraform/dns.tf') diff --git a/terraform/dns.tf b/terraform/dns.tf index be94b77..bd1de25 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -59,11 +59,6 @@ locals { type = "A" content = resource.oci_core_instance.atlas.public_ip }, - { - name = "grafana" - type = "A" - content = resource.oci_core_instance.atlas.public_ip - }, { name = "hedgedoc" type = "A" -- cgit v1.2.3