Skip to content

Commit

Permalink
feat: f1dev to ritracing 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 20, 2024
1 parent 295eb65 commit add9f04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions mattglei.ch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ resource "cloudflare_record" "mattgleich_dev" {
value = "198.199.69.145"
}

resource "cloudflare_record" "mattgleich_f1dev_wildcard" {
resource "cloudflare_record" "mattgleich_ritracing_wildcard" {
zone_id = var.zone_id_mattgleich
type = "A"
name = "*.f1dev"
name = "*.ritracing"
value = "159.65.230.177"
}

resource "cloudflare_record" "mattgleich_f1dev" {
resource "cloudflare_record" "mattgleich_ritracing" {
zone_id = var.zone_id_mattgleich
type = "A"
name = "f1dev"
name = "ritracing"
value = "159.65.230.177"
}

Expand Down
8 changes: 4 additions & 4 deletions mattgleich.com.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ resource "cloudflare_record" "mattgleich_com_dev" {
value = "198.199.69.145"
}

resource "cloudflare_record" "mattgleich_com_f1dev_wildcard" {
resource "cloudflare_record" "mattgleich_com_ritracing_wildcard" {
zone_id = var.zone_id_mattgleich_com
type = "A"
name = "*.f1dev"
name = "*.ritracing"
value = "159.65.230.177"
}

resource "cloudflare_record" "mattgleich_com_f1dev" {
resource "cloudflare_record" "mattgleich_com_ritracing" {
zone_id = var.zone_id_mattgleich_com
type = "A"
name = "f1dev"
name = "ritracing"
value = "159.65.230.177"
}

Expand Down

0 comments on commit add9f04

Please sign in to comment.