Skip to content

Commit

Permalink
feat: remove lcp records
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <git@mattglei.ch>
  • Loading branch information
gleich committed Jul 2, 2024
1 parent 7c224cd commit cb9cad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions mattglei.ch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ resource "cloudflare_record" "mattgleich_coolify" {
value = "147.182.130.61"
}

resource "cloudflare_record" "mattgleich_lcp" {
zone_id = var.zone_id_mattgleich
type = "A"
name = "lcp"
value = "147.182.130.61"
}

resource "cloudflare_record" "mattgleich_www" {
zone_id = var.zone_id_mattgleich
type = "A"
Expand Down
7 changes: 0 additions & 7 deletions mattgleich.com.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ resource "cloudflare_record" "mattgleich_com_dev" {
value = "147.182.130.61"
}

resource "cloudflare_record" "mattgleich_com_lcp" {
zone_id = var.zone_id_mattgleich_com
type = "A"
name = "lcp"
value = "147.182.130.61"
}

resource "cloudflare_record" "mattgleich_com_from" {
zone_id = var.zone_id_mattgleich_com
type = "A"
Expand Down

0 comments on commit cb9cad8

Please sign in to comment.