Lowercase my gitlab username

This commit is contained in:
Jake Howard 2023-03-29 23:04:12 +01:00
parent 98b013be2a
commit f5a066f050
No known key found for this signature in database
GPG Key ID: 57AFB45680EDD477

View File

@ -191,7 +191,7 @@ resource "cloudflare_record" "theorangeonenet_plausible_bare" {
resource "cloudflare_record" "theorangeonenet_notes" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "notes"
value = "RealOrangeOne.gitlab.io"
value = "realorangeone.gitlab.io"
type = "CNAME"
ttl = 1
}