Move notes to GitHub
/ terraform (push) Successful in 1m18s Details
/ ansible (push) Successful in 2m35s Details

This commit is contained in:
Jake Howard 2023-07-26 08:39:30 +01:00
parent f5faad1b2d
commit b2f894c5da
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 9 deletions

View File

@ -176,19 +176,11 @@ 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.github.io"
type = "CNAME"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_notes_verification" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "_gitlab-pages-verification-code.notes"
value = "gitlab-pages-verification-code=7e627bf01943caf5669d26c700d0adb9"
type = "TXT"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_privatebin" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "bin"