Update gitlab pages verification token for notes

This commit is contained in:
Jake Howard 2023-03-29 23:03:41 +01:00
parent a78c4680c4
commit 98b013be2a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -199,7 +199,7 @@ resource "cloudflare_record" "theorangeonenet_notes" {
resource "cloudflare_record" "theorangeonenet_notes_verification" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "_gitlab-pages-verification-code.notes"
value = "gitlab-pages-verification-code=bb2b6cf5a1f59094353c2eb11a4d3fa8"
value = "gitlab-pages-verification-code=7e627bf01943caf5669d26c700d0adb9"
type = "TXT"
ttl = 1
}