Skip to content

Commit

Permalink
Quada (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Civita2107 authored Nov 14, 2024
1 parent c835116 commit 17badbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure/terraform/stacks/sysadmin-demo/quada.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
resource "azurerm_dns_aaaa_record" "example" {
name = "test"
zone_name = "acmuic.org"
resource_group_name = data.azurerm_resource_group.acm_general.name
ttl = 300
records = ["2001:db8::1:0:0:1"]
}

0 comments on commit 17badbf

Please sign in to comment.