Skip to content

Commit

Permalink
test: add waf
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 15, 2023
1 parent 2fd04c3 commit a2ed844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/interface/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,10 @@ resource "fastly_service_vcl" "interface-test-project" {
main = true
name = "test_vcl"
}

waf {
disabled = false
prefetch_condition = "prefetch"
response_object = "response"
}
}

0 comments on commit a2ed844

Please sign in to comment.