Update gateway_setting.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s

This commit is contained in:
2025-11-17 13:08:55 +01:00
parent 3b34cba34d
commit ca455e4a01

View File

@@ -19,7 +19,7 @@ resource "cloudflare_zero_trust_gateway_settings" "example_zero_trust_gateway_se
enabled = true
include_context = true
msg = "msg"
support_url = "https://example.com/logo.png"
support_url = "https://tips-of-mine.org/logo.png"
}
}
@@ -29,7 +29,7 @@ resource "cloudflare_zero_trust_gateway_settings" "example_zero_trust_gateway_se
header_text = "This website is blocked"
footer_text = "Some description"
include_context = true
logo_path = "https://example.com/logo.png"
logo_path = "https://tips-of-mine.org/logo.png"
background_color = "#e8e8e8"
}