Skip to content

Commit

Permalink
Merge pull request #8 from code0-tech/create-gh-verification-record
Browse files Browse the repository at this point in the history
Create GitHub domain verification record
  • Loading branch information
Taucher2003 authored Feb 13, 2024
2 parents e7658a8 + f2e019c commit 9972a0a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ 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"
comment = "Managed by Terraform"
}

0 comments on commit 9972a0a

Please sign in to comment.