diff --git a/terraform/theorangeone.net.tf b/terraform/theorangeone.net.tf index 7d03ecf..84a779d 100644 --- a/terraform/theorangeone.net.tf +++ b/terraform/theorangeone.net.tf @@ -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"