From 993ba6da8f6ee7afba55da53eaeb0890628252d2 Mon Sep 17 00:00:00 2001 From: Hugo Tiburtino <45924645+hugotiburtino@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:38:23 +0200 Subject: [PATCH] remove dns editor to not be managed anymore by terraform --- modules/cloudflare/main.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/cloudflare/main.tf b/modules/cloudflare/main.tf index 29dba75..3f5202d 100644 --- a/modules/cloudflare/main.tf +++ b/modules/cloudflare/main.tf @@ -123,12 +123,3 @@ resource "cloudflare_record" "cname_enmeshed" { type = "CNAME" proxied = true } - -# editor (Serlo Editor as LTI Tool) -resource "cloudflare_record" "cname_editor" { - zone_id = var.zone_id - name = "editor" - value = var.domain - type = "CNAME" - proxied = true -} \ No newline at end of file