Remove remaining gitea configuration

Goodbye old friend
This commit is contained in:
Jake Howard
2020-09-05 16:56:27 +01:00
parent c1dc26ce35
commit 77113246b0
8 changed files with 0 additions and 246 deletions

View File

@ -165,14 +165,6 @@ resource "cloudflare_record" "theorangeonenet_plausible" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_gitlab" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "gitlab"
value = vultr_server.casey.main_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_gitlab_pages" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "pages"