Improve some stuff

This commit is contained in:
Tobias Reisinger 2025-01-08 17:49:12 +01:00
parent 517e75a3a3
commit 0c90ef2dc4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 5 additions and 10 deletions
modules/infrastructure

View file

@ -52,10 +52,10 @@ resource "ovh_domain_zone_record" "tailscale_vpn" {
target = each.value.address
}
resource "ovh_domain_zone_record" "status_page_cname" {
resource "ovh_domain_zone_record" "gpg_verify" {
zone = "serguzim.net"
subdomain = "status"
fieldtype = "CNAME"
subdomain = "@"
fieldtype = "TXT"
ttl = 3600
target = "status.serguzim.me."
target = "openpgp4fpr:723B78C0BF8D8C721D2C4EEF41E544A54E2533B2"
}