Skip to content

Commit 146540b

Browse files
committed
Fix hostname
1 parent c3eacd1 commit 146540b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/blazor_client.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ data "cloudflare_zone" "dns_zone" {
3535

3636
data "cloudflare_record" "cname_record" {
3737
zone_id = data.cloudflare_zone.dns_zone.id
38-
hostname = azurerm_static_web_app.blazor-client.default_host_name
38+
hostname = "${local.subdomain}.dddsouthwest.com"
3939
}
4040

4141
resource "azurerm_static_web_app_custom_domain" "custom_domain" {

0 commit comments

Comments
 (0)