Remove stray extra domain

This commit is contained in:
Jake Howard 2021-05-02 17:32:39 +01:00
parent b6696e87f2
commit 6f18178233
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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