Update gitlab pages verification token for notes
This commit is contained in:
parent
a78c4680c4
commit
98b013be2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue