Skip to content

Commit

Permalink
new test entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed May 1, 2024
1 parent 8f32e88 commit 04de643
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" "test_name_1" {
zone = "home.clcreative.de."
name = "test-name-1"
addresses = ["8.8.8.8"]
ttl = 3600
}

0 comments on commit 04de643

Please sign in to comment.