Skip to content

Commit 3713fb5

Browse files
Update main.tf
1 parent 318daf7 commit 3713fb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ngwaf-terraform-edge-deploy/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ resource "fastly_service_vcl" "frontend-vcl-service" {
2121
override_host = var.USER_VCL_SERVICE_BACKEND_HOSTNAME
2222
}
2323

24-
#### Adds the necessary header to enable response headers from the NGWAF edge deployment, which may then be used for logging.
25-
# Also, removes the sensitive response headers before delivering the response to the client
26-
2724
snippet {
2825
name = "Update for custom logo"
2926
content = file("${path.module}/vcl/custom_challenge_logo.vcl")
3027
type = "init"
3128
priority = 100
3229
}
3330

31+
# Adds the necessary header to enable response headers from the NGWAF edge deployment, which may then be used for logging.
3432
snippet {
3533
name = "Add ngwaf log headers"
3634
content = file("${path.module}/vcl/add_ngwaf_log_headers.vcl")

0 commit comments

Comments
 (0)