Skip to content

Commit d03ffa7

Browse files
committed
fix(tf): fix GitHub domain verification record
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 6c77bb1 commit d03ffa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ resource "cloudflare_dns_record" "tuta_verifications" {
8989
resource "cloudflare_dns_record" "github_pages_verification" {
9090
type = "TXT"
9191
zone_id = var.zone_id
92-
name = "_github-pages-challenge-PrismLauncher"
92+
name = "_github-pages-challenge-prismlauncher.prismlauncher.org"
9393
content = "\"23da4bf9f190fdedacf4b54db77a12\""
9494
ttl = 1
9595
}

0 commit comments

Comments
 (0)