Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksCunningham authored Oct 29, 2024
1 parent 318daf7 commit 3713fb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ngwaf-terraform-edge-deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ resource "fastly_service_vcl" "frontend-vcl-service" {
override_host = var.USER_VCL_SERVICE_BACKEND_HOSTNAME
}

#### Adds the necessary header to enable response headers from the NGWAF edge deployment, which may then be used for logging.
# Also, removes the sensitive response headers before delivering the response to the client

snippet {
name = "Update for custom logo"
content = file("${path.module}/vcl/custom_challenge_logo.vcl")
type = "init"
priority = 100
}

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

0 comments on commit 3713fb5

Please sign in to comment.