Skip to content

Commit

Permalink
Create GitHub domain verification record
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Feb 13, 2024
1 parent e7658a8 commit 6e9b57b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ module "docs_pages" {
gitlab_project_path = "code0-tech/telescopium"
gitlab_unique_pages_url = "docs-code0-tech-c91f18c0d2259c041bf05138b194e6bb082059fe38eff2e.gitlab.io"
}

resource "cloudflare_record" "github_verification" {
name = "_github-challenge-code0-tech-org"
type = "TXT"
zone_id = data.cloudflare_zone.main_domain.id
value = "e3447326f4"
}

0 comments on commit 6e9b57b

Please sign in to comment.