Skip to content

Commit 86a380b

Browse files
committed
fmt
1 parent 24acefe commit 86a380b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dns.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resource "cloudflare_record" "app" {
66
name = var.app_subdomain
77
content = "ghs.googlehosted.com"
88
type = "CNAME"
9-
proxied = false # Must be DNS-only initially for domain mapping to work
9+
proxied = false # Must be DNS-only initially for domain mapping to work
1010

1111
comment = "Managed by Terraform - Application endpoint for ${local.resource_prefix} hrafnar application"
1212

0 commit comments

Comments
 (0)