Update gateway_setting.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s
This commit is contained in:
@@ -19,7 +19,7 @@ resource "cloudflare_zero_trust_gateway_settings" "example_zero_trust_gateway_se
|
|||||||
enabled = true
|
enabled = true
|
||||||
include_context = true
|
include_context = true
|
||||||
msg = "msg"
|
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"
|
header_text = "This website is blocked"
|
||||||
footer_text = "Some description"
|
footer_text = "Some description"
|
||||||
include_context = true
|
include_context = true
|
||||||
logo_path = "https://example.com/logo.png"
|
logo_path = "https://tips-of-mine.org/logo.png"
|
||||||
background_color = "#e8e8e8"
|
background_color = "#e8e8e8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user