Improve some stuff
This commit is contained in:
parent
517e75a3a3
commit
0c90ef2dc4
3 changed files with 5 additions and 10 deletions
modules/infrastructure
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue