Promote GitLab to main git. domain

This commit is contained in:
Jake Howard
2021-06-02 19:49:28 +01:00
parent 6c23180591
commit d751a023da
4 changed files with 3 additions and 11 deletions

View File

@ -10,14 +10,6 @@ resource "cloudflare_record" "theorangeonenet_git" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_code" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "code"
value = vultr_instance.casey.main_ip
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_whoami" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "whoami"