Skip to content

Commit

Permalink
hack: lie about scr1 unti it's qgr
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 28, 2024
1 parent 830b977 commit e051a4a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions armature/prod/scr1/dns_records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,7 @@
resource "cloudflare_record" "cluster_0_ie" {
name = "cluster-0-ie.scr1.rabbito.tech"
zone_id = data.sops_file.cloudflare_secrets.data["int_zone_id"]
value = "50.223.56.162"
value = "24.229.169.35"
proxied = false
type = "A"
}

# reverse dns
resource "cloudflare_record" "rdns_3g" {
zone_id = data.sops_file.cloudflare_secrets.data["int_zone_id"]
name = "162.56.223.50.in-addr.arpa"
type = "PTR"
value = "scr1.rabbito.tech"
}

resource "cloudflare_record" "rdns_1g" {
zone_id = data.sops_file.cloudflare_secrets.data["int_zone_id"]
name = "50.239.94.170.in-addr.arpa"
type = "PTR"
value = "scr1-alt.rabbito.tech"
}

0 comments on commit e051a4a

Please sign in to comment.