Skip to content

Commit

Permalink
set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Dec 5, 2023
1 parent d3939e0 commit 37950a1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ resource "volterra_route" "route-discovery-calalang-net" {
response_body = "{\r\n \"message\": \"This is a discovery load balancer\"\r\n}"
}
response_headers_to_add {
append = true
// This is set to trigger learning
append = false
name = "Content-Type"

// One of the arguments from this list "value secret_value" must be set
value = "application/json"
}
disable_location_add = false
Expand Down

0 comments on commit 37950a1

Please sign in to comment.