Skip to content

Commit

Permalink
eval dns record testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Apr 10, 2024
1 parent a7abccd commit 29e4e61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dns/dns-prod-1/terraform/eval.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
resource "dns_a_record_set" "srv_eval_1" {
zone = "home.clcreative.de."
name = "srv-eval-1"
addresses = ["8.8.8.8"]
ttl = 3600
}

0 comments on commit 29e4e61

Please sign in to comment.