Skip to content

Commit

Permalink
destroy eval-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Feb 19, 2024
1 parent 702c0d5 commit f333600
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 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 @@ -116,17 +116,3 @@ resource "dns_a_record_set" "srv_demo_6" {
addresses = ["10.20.3.8"]
ttl = 3600
}

resource "dns_a_record_set" "srv_eval_1" {
zone = "home.clcreative.de."
name = "srv-eval-1"
addresses = ["10.20.4.1"]
ttl = 3600
}

resource "dns_a_record_set" "srv_eval_1_wildcard" {
zone = "home.clcreative.de."
name = "*.srv-eval-1"
addresses = ["10.20.4.1"]
ttl = 3600
}
49 changes: 0 additions & 49 deletions proxmox/terraform/24001-srv-eval-1.tf

This file was deleted.

0 comments on commit f333600

Please sign in to comment.