We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eacd1 commit 146540bCopy full SHA for 146540b
1 file changed
terraform/blazor_client.tf
@@ -35,7 +35,7 @@ data "cloudflare_zone" "dns_zone" {
35
36
data "cloudflare_record" "cname_record" {
37
zone_id = data.cloudflare_zone.dns_zone.id
38
- hostname = azurerm_static_web_app.blazor-client.default_host_name
+ hostname = "${local.subdomain}.dddsouthwest.com"
39
}
40
41
resource "azurerm_static_web_app_custom_domain" "custom_domain" {
0 commit comments