diff options
| author | Seth Flynn <[email protected]> | 2025-04-03 07:46:08 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-04-03 07:51:45 -0400 |
| commit | 8ec093da85fdd820ca96238145abc7cb132d5423 (patch) | |
| tree | 58756bacf95703e638add8177e4246ef9c16a7a0 /terraform | |
| parent | db76d5cde3efa16cf49a6a80a55ce4c37dcd96aa (diff) | |
atlas: stop hosting victorialogs/victoriametrics & grafana
Diffstat (limited to 'terraform')
| -rw-r--r-- | terraform/dns.tf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/terraform/dns.tf b/terraform/dns.tf index be94b77..bd1de25 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -60,11 +60,6 @@ locals { content = resource.oci_core_instance.atlas.public_ip }, { - name = "grafana" - type = "A" - content = resource.oci_core_instance.atlas.public_ip - }, - { name = "hedgedoc" type = "A" content = resource.oci_core_instance.atlas.public_ip |
