mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: apricote.de google site verification
This commit is contained in:
parent
bb790ab31d
commit
fe3a5cee2e
1 changed files with 8 additions and 0 deletions
8
dns.tf
8
dns.tf
|
|
@ -122,6 +122,14 @@ resource "hetznerdns_record" "mail_dmarc" {
|
|||
ttl = 60
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "google_site_verification_txt" {
|
||||
zone_id = hetznerdns_zone.apricote_de.id
|
||||
name = "@"
|
||||
value = "google-site-verification=hm7aA6DgiqqOUu_4tXnPLSqMPSptL0jgFNbXReh3VrY"
|
||||
type = "TXT"
|
||||
ttl = 60
|
||||
}
|
||||
|
||||
# ein-pfeil-am-rechten-fleck.de
|
||||
|
||||
resource "hetznerdns_zone" "pfeil" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue