Skip to content

Commit

Permalink
drop dns for srv prod 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Apr 9, 2024
1 parent 8bbfbef commit 8f70e04
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dns/dns-prod-1/terraform/server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,6 @@ resource "dns_a_record_set" "srv_prod_7_wildcard" {
ttl = 3600
}

resource "dns_a_record_set" "srv_prod_8" {
zone = "home.clcreative.de."
name = "srv-prod-8"
addresses = ["10.20.0.20"]
ttl = 3600
}

resource "dns_a_record_set" "srv_prod_8_wildcard" {
zone = "home.clcreative.de."
name = "*.srv-prod-8"
addresses = ["10.20.0.20"]
ttl = 3600
}

resource "dns_a_record_set" "srv_demo_1" {
zone = "home.clcreative.de."
name = "srv-demo-1"
Expand Down

0 comments on commit 8f70e04

Please sign in to comment.