diff options
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 |
