Skip to content

Commit

Permalink
feat: remove v3 record
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Aug 6, 2024
1 parent 6b70091 commit 1f0f29e
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 @@ -92,13 +92,6 @@ resource "cloudflare_record" "mattgleich_v2" {
value = "76.76.21.21"
}

resource "cloudflare_record" "mattgleich_v3" {
zone_id = var.zone_id_mattgleich
type = "A"
name = "v3"
value = "76.76.21.21"
}

resource "cloudflare_record" "mattgleich_terminal" {
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 @@ -91,13 +91,6 @@ resource "cloudflare_record" "mattgleich_com_v2" {
value = "76.76.21.21"
}

resource "cloudflare_record" "mattgleich_com_v3" {
zone_id = var.zone_id_mattgleich_com
type = "A"
name = "v3"
value = "76.76.21.21"
}

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

0 comments on commit 1f0f29e

Please sign in to comment.