Skip to content

Commit

Permalink
remove dns editor to not be managed anymore by terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Sep 26, 2024
1 parent c467fd1 commit 993ba6d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/cloudflare/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 993ba6d

Please sign in to comment.