From a15fe777e93d7ea9ebd3519031359903fa77ed0c Mon Sep 17 00:00:00 2001 From: Pawankumar Kushwaha Date: Thu, 23 May 2024 12:36:01 +0100 Subject: [PATCH] Enable cloudfront function --- ci/terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/terraform/variables.tf b/ci/terraform/variables.tf index a4cd5f5bb..834bb1421 100644 --- a/ci/terraform/variables.tf +++ b/ci/terraform/variables.tf @@ -325,7 +325,7 @@ variable "Add_WWWPrefix" { variable "Fraud_Header_Enabled" { type = bool - default = false + default = true description = "flag to switch on Fraud header on cloudfront disturbution" }