We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24acefe commit 86a380bCopy full SHA for 86a380b
1 file changed
dns.tf
@@ -6,7 +6,7 @@ resource "cloudflare_record" "app" {
6
name = var.app_subdomain
7
content = "ghs.googlehosted.com"
8
type = "CNAME"
9
- proxied = false # Must be DNS-only initially for domain mapping to work
+ proxied = false # Must be DNS-only initially for domain mapping to work
10
11
comment = "Managed by Terraform - Application endpoint for ${local.resource_prefix} hrafnar application"
12
0 commit comments