diff options
Diffstat (limited to 'terraform')
| -rw-r--r-- | terraform/dns.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/terraform/dns.tf b/terraform/dns.tf index 31bd9d6..462ce37 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -45,6 +45,11 @@ locals { content = resource.cloudflare_pages_project.teawie_api.subdomain }, { + name = "auth" + type = "A" + content = resource.oci_core_instance.atlas.public_ip + }, + { name = "miniflux" type = "A" content = resource.oci_core_instance.atlas.public_ip |
