From 091e1c77f06faa5ae365040789eb1ccaec801919 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Fri, 14 Feb 2025 23:03:29 -0500 Subject: tf: add grafana.getchoo.com --- terraform/dns.tf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'terraform/dns.tf') diff --git a/terraform/dns.tf b/terraform/dns.tf index 462ce37..7f323b0 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -59,6 +59,11 @@ locals { type = "A" content = resource.oci_core_instance.atlas.public_ip }, + { + name = "grafana" + type = "A" + content = resource.oci_core_instance.atlas.public_ip + }, { name = "@" content = "'$argon2id$v=19$m=512,t=256,p=1$AlA6W5fP7J14zMsw0W5KFQ$EQz/NCE0/TQpE64r2Eo/yOpjtMZ9WXevHsv3YYP7CXg'" -- cgit v1.2.3