We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a1496 commit 42827acCopy full SHA for 42827ac
terraform/blazor_client.tf
@@ -38,14 +38,3 @@ resource "azurerm_static_web_app_custom_domain" "custom_domain" {
38
domain_name = "${cloudflare_record.cname_record.hostname}"
39
validation_type = "cname-delegation"
40
}
41
-
42
-# data "cloudflare_record" "cname_record" {
43
-# zone_id = data.cloudflare_zone.dns_zone.id
44
-# hostname = "${local.subdomain}.dddsouthwest.com"
45
-# }
46
47
-# resource "azurerm_static_web_app_custom_domain" "custom_domain" {
48
-# static_web_app_id = azurerm_static_web_app.blazor-client.id
49
-# domain_name = "${data.cloudflare_record.cname_record.hostname}"
50
-# validation_type = "cname-delegation"
51
0 commit comments