terraform/cloudflare: add nix-community.org verification for github
This commit is contained in:
parent
dd0d5cbb1d
commit
c25d01147e
1 changed files with 7 additions and 0 deletions
|
@ -117,6 +117,13 @@ resource "cloudflare_record" "nix-community-org-apex-TXT" {
|
|||
type = "TXT"
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "nix-community-org-github-challenge-TXT" {
|
||||
zone_id = local.nix_community_org_zone_id
|
||||
name = "_github-challenge-nix-community-org"
|
||||
value = "2eee7c1945"
|
||||
type = "TXT"
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "nix-community-org-github-pages-challenge-TXT" {
|
||||
zone_id = local.nix_community_org_zone_id
|
||||
name = "_github-pages-challenge-nix-community.nix-community.org."
|
||||
|
|
Loading…
Add table
Reference in a new issue