Skip to content

Commit 072162c

Browse files
committed
Replace deprecated argument
1 parent 0903878 commit 072162c

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
@@ -28,7 +28,7 @@ data "cloudflare_zone" "dns_zone" {
2828
resource "cloudflare_record" "cname_record" {
2929
zone_id = data.cloudflare_zone.dns_zone.id
3030
name = local.subdomain
31-
value = azurerm_static_web_app.blazor-client.default_host_name
31+
content = azurerm_static_web_app.blazor-client.default_host_name
3232
type = "CNAME"
3333
ttl = 3600
3434
}

0 commit comments

Comments
 (0)