diff options
| author | Seth Flynn <[email protected]> | 2025-02-19 21:26:41 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-19 21:26:41 -0500 |
| commit | 2f572703f664f546c8d30e0cc6f7219ff8fba50b (patch) | |
| tree | 55325a38fe3a3591fb5398644587ee3644011b2f /terraform | |
| parent | e047b519ac64572cc2d611077580ca7a23a2cdc1 (diff) | |
tf: add hedgedoc.getchoo.com
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 7f323b0..be94b77 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -65,6 +65,11 @@ locals { content = resource.oci_core_instance.atlas.public_ip }, { + name = "hedgedoc" + 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'" type = "TXT" |
