Merge #387
387: terraform/cloudflare: add nix-community.org verification for github r=zowoq a=zowoq Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
This commit is contained in:
commit
c52971f540
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