We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080f207 commit a42f1bbCopy full SHA for a42f1bb
cloudflare.tf
@@ -29,7 +29,7 @@ resource "cloudflare_record" "vm_dns" {
29
name = "resources.200630.xyz" # Root domain
30
value = azurerm_public_ip.vm_public_ip.ip_address
31
type = "A"
32
- proxied = true # Enables Orange Cloud (SSL & IP Hiding)
+ proxied = true # Enables the Orange Cloud (SSL & IP Hiding)
33
}
34
35
resource "cloudflare_record" "vm_ssh_dns" {
0 commit comments