We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c77bb1 commit d03ffa7Copy full SHA for d03ffa7
base.tf
@@ -89,7 +89,7 @@ resource "cloudflare_dns_record" "tuta_verifications" {
89
resource "cloudflare_dns_record" "github_pages_verification" {
90
type = "TXT"
91
zone_id = var.zone_id
92
- name = "_github-pages-challenge-PrismLauncher"
+ name = "_github-pages-challenge-prismlauncher.prismlauncher.org"
93
content = "\"23da4bf9f190fdedacf4b54db77a12\""
94
ttl = 1
95
}
0 commit comments