diff --git a/gateway_setting.tf b/gateway_setting.tf index 194dc00..e520bed 100644 --- a/gateway_setting.tf +++ b/gateway_setting.tf @@ -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" }