Skip to content

Commit cb58efc

Browse files
committed
Fix property reference
1 parent 7398371 commit cb58efc

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
@@ -34,6 +34,6 @@ resource "cloudflare_dns_record" "cname_record" {
3434

3535
resource "azurerm_static_web_app_custom_domain" "custom_domain" {
3636
static_web_app_id = azurerm_static_web_app.blazor-client.id
37-
domain_name = cloudflare_dns_record.cname_record.hostname
37+
domain_name = cloudflare_dns_record.cname_record.name
3838
validation_type = "cname-delegation"
3939
}

0 commit comments

Comments
 (0)