Skip to content

Commit a42f1bb

Browse files
committed
test workflow 18
1 parent 080f207 commit a42f1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudflare.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resource "cloudflare_record" "vm_dns" {
2929
name = "resources.200630.xyz" # Root domain
3030
value = azurerm_public_ip.vm_public_ip.ip_address
3131
type = "A"
32-
proxied = true # Enables Orange Cloud (SSL & IP Hiding)
32+
proxied = true # Enables the Orange Cloud (SSL & IP Hiding)
3333
}
3434

3535
resource "cloudflare_record" "vm_ssh_dns" {

0 commit comments

Comments
 (0)