Skip to content

Commit

Permalink
fix frontend fqdn reference
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 11, 2024
1 parent 6e2fc4d commit 9280f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/dns/frontend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "azurerm_dns_cname_record" "frontend" {
zone_name = var.dns_zone_name
resource_group_name = var.dns_resource_group_name
ttl = 3600
record = var.cname_record
record = var.frontend_fqdn
}

resource "azurerm_dns_txt_record" "frontend" {
Expand Down

0 comments on commit 9280f0b

Please sign in to comment.