Compare commits

..

2 Commits

Author SHA1 Message Date
9b537c0945 Merge pull request 'Add HTTPS record for www.everun.club.' (#4) from add_https_record_for_www_everun_club into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #4
2025-03-12 12:55:17 +00:00
308567985d Add HTTPS record for www.everun.club.
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-12 21:53:30 +09:00

View File

@ -38,6 +38,20 @@ resource "cloudflare_dns_record" "A_www_everun_club" {
settings = {}
}
resource "cloudflare_dns_record" "HTTPS_www_everun_club" {
name = "www.everun.club"
proxied = false
ttl = 1
type = "HTTPS"
zone_id = "e9c231bc72eb7397b4d12f8c6563a35c"
data = {
priority = 1
target = "3.112.51.62."
value = "alpn=\"h3,h2\""
}
settings = {}
}
resource "cloudflare_dns_record" "MX_everun_club_03" {
content = "route3.mx.cloudflare.net"
name = "everun.club"