Skip to content

Commit

Permalink
Modified again quada.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Civita2107 committed Nov 14, 2024
1 parent 458a3a9 commit b3c61a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/terraform/stacks/sysadmin-demo/quada.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "azurerm_dns_aaaa_record" "example" {
name = "test"
zone_name = acmuic.org
zone_name = "acmuic.org"
resource_group_name = data.azurerm_resource_group.acm_general.name
ttl = 300
records = ["2001:db8::1:0:0:1"]
Expand Down

0 comments on commit b3c61a4

Please sign in to comment.