Skip to content

Commit 42827ac

Browse files
committed
Remove obsolete comments
1 parent 18a1496 commit 42827ac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

terraform/blazor_client.tf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,3 @@ resource "azurerm_static_web_app_custom_domain" "custom_domain" {
3838
domain_name = "${cloudflare_record.cname_record.hostname}"
3939
validation_type = "cname-delegation"
4040
}
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

Comments
 (0)