diff options
| author | Seth Flynn <[email protected]> | 2025-02-14 23:03:29 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-14 23:03:29 -0500 |
| commit | 091e1c77f06faa5ae365040789eb1ccaec801919 (patch) | |
| tree | 19c5acaedad5e280d365e925904ee30edfc5fba3 /terraform | |
| parent | c8d0c0753330c41f80d787cc686e0a6b4521bb99 (diff) | |
tf: add grafana.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 462ce37..7f323b0 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -60,6 +60,11 @@ locals { 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'" type = "TXT" |
